Xcode Plugin - Disable Code Signing

Sean Laurent January 25, 2013

I'd like to use Bamboo to do continuous builds for our iOS project. Unfortunately, I need to disable code signing. From the command line, I can get this to work using a command along the following lines:

/usr/bin/xcodebuild -sdk iphoneos6.0 -project MyProject.xcodeproj -alltargets -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

The last two items are the key. Unfortunately, I don't know where to put them in the Task configuration.

Any advice?

1 answer

0 votes
John Bowker January 27, 2013

If you are running the task as a command you can add all your arguments for xcodebuild into the "Argument" field on the Command Configuration page for a Task.

Are you running this locally on a mac or using ssh to start the command?

Sean Laurent January 28, 2013

I'm running this locally on a Mac using the Xcode Plugin for Bamboo. So I'm not running it as a "Command"... it's a special type of Task provided by the plugin. And it doesn't have an Argument field.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events