-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
OS X 10.8.1
I am using a mac workstation as a build node in a distributed jenkins architecture. The xcode project is invoked using the default ssh node setup.
The node has xcode 4.3.3 command-line tools installed. Everything progresses up to the codesign portion of the build where it stops and reports the following:
/Users/jenkins/jenkins-root/workspace/Approval-App/build/Approval.app: User interaction is not allowed.
Command /usr/bin/codesign failed with exit code 1
When I execute the commands from the terminal on the mac node, I receive the following output along with an result code of zero:
/Users/jenkins/jenkins-root/workspace/Approval-App/approvalApp/build/Release-iphoneos/Approval.app: replacing existing signature
/Users/jenkins/jenkins-root/workspace/Approval-App/approvalApp/build/Release-iphoneos/Approval.app: signed bundle with Mach-O thin (armv7) [xxx.xxx.Approval]
cortland:approvalApp jenkins$ echo $?
0