Azure-pipelines-tasks: Xcode - failing build task. "Select a development team in the project editor. "

Created on 4 May 2017  ·  2Comments  ·  Source: microsoft/azure-pipelines-tasks

My build is failing on this. However, I have a development team name set in the editor of both the project and the target. I am not sure what else to try here?

screen shot 2017-05-03 at 8 34 43 pm

=== BUILD TARGET Responder OF PROJECT Responder WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Signing for "Responder" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.3'

* BUILD FAILED *
The following build commands failed:
Check dependencies
(1 failure)
Error: /usr/bin/xcodebuild failed with return code: 65

Any ideas.

All 2 comments

This seems like a project configuration issue. When building in Xcode, check if the scheme and configuration match “Release” and “Responder”. You can also verify by running this command on your Mac: /usr/bin/xcodebuild -sdk iphoneos -configuration Release -workspace Responder.xcworkspace -scheme Responder archive

This post seems relevant: http://stackoverflow.com/questions/39524148/requires-a-development-team-select-a-development-team-in-the-project-editor-cod

Thanks,
Madhuri

This was something I was doing wrong and not related to the Xcode task.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jared-hexagon picture jared-hexagon  ·  3Comments

MichaelWhiteCodingForFun picture MichaelWhiteCodingForFun  ·  3Comments

timfish picture timfish  ·  3Comments

montebhoover picture montebhoover  ·  3Comments

MikahB picture MikahB  ·  3Comments