I had succesfully deployed my app before, but I've changed my computer, I was trying to build the app with the distribute button, this the error I'm getting:
[INFO] Performing clean build [ERROR] Code Sign error: The default keychain doesn't have an identity matching the profile 'Test' and identity 'iPhone Distribution: XXX' [ERROR] [BEROR]Code Sign error: The default keychain doesn't have an identity matching the profile 'Test' and identity 'iPhone Distribution: XXX' [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1/iphone/builder.py", line 1482, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1/iphone/builder.py", line 1180, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1/iphone/run.py", line 39, in run sys.exit(rc) SystemExit: 1This are the steps I followed: 1) I've revoked the Development and Distribution provisioning profiles 2) I submitted a Certificate Signing Request for Approval and downloaded the new certificates(Development and Distribution). 3) I also downloaded the WWDR Intermediate Certificate. 4) I modified the existing provisioning profile and added myself. Then I deleted the previous provisioning profile in my computer and downloaded the modified one.
In my keychain access I can see all my certificates successfully installed, before I began this, I deleted all my previous certificates and keys. In the xcode organizer I also can see both developer and distribution profiles, also can see my provisioning profile and no warning messages are showed. Also in Titanium Studio the provisioning profile is correctly selected.
I'm running OSX 10.6, titanium studio 1.0.7, xcode 3.2.5, SDK 1.8.0.1
I don't know what I'm doing wrong, Any help would be appreciated. Thanks
2 Answers
I had the same problem. In my case I had to re-import our developer distribution identity to my keychain in the new computer. I don't know if you can download if from the iOS Dev center or if you have to export it to a .p12 from the old computer using Keychain Access. If this doesn't solve it I recommend (if you can) to upgrade to XCode 4, because XCode 4 Organizer has better error messages regarding these kind of problems. These problems aren't fun at all, you have my sympathy :)
Save yourself some trouble and create a Developer certificate/provisioning profile, import those into xcode, and then select that one in Ti Studio when doing your deploy to device. I'm guessing that this will work on first try.
Your Answer
Think you can help? Login to answer this question!