OS X Server Continious Intergration Error CodeSign

Hi

Im trying to set up Continious Integration with Xcode 7.0 ,OS X Server 4.1 and Yosemiti 10.10.4


I keep getting ERROR codeSigning error: code signing is required for product type Application in SDK 9.0


Ive revoked the last provisioning profile and made a new one


Application builds succesfully on devices and simulator


But still getting this error when I do an intergrationfor tests


Can any one point me to a solution


Will be massively appreciated


- Ray

Did you find solution for this? I am seeing the same problem. I have searched around, search as drag private key from user to system in Keychain. Or in Xcode, make sure all codessign is set. none of those solution worked for me.

Finally I figured it out. Since the codesign and provisional file work properly on your local XCode, the cert. & provisional files should work. So you need to commit and check in your local copy to remote repo. My codesign error was from, I guess I need to make sure the codesign & provisional setting with XCode needs to be corretly set in Project & target.

Secondly, follow this instruction, https://github.com/heleny/xcode-continuous-integration. Read the FAQ part. bascially, copy your local provisional files to the folder of your XCode Server

Shouldnt exporting the developer identity, and then importing it on the selected Xcode the CI service is set to tuse do this?

I ask because I have done that, yet it doesn't find the identity when running as a bot. But the xcode on the server signs the same branch fine.

OS X Server Continious Intergration Error CodeSign
 
 
Q