I'm on the stage of distributing my application to Apple app store. While doing the deployment packaging, I have this error message. Please help.
I'm a newbie who started using Mac since 1 week ago. I have been searching around to find a deployment tutorial but no luck.
Titanium SDK 1.6.2 Mac OSX (version 10.6) Snow Leopard IOS 4.3 Xcode 4.0.2
[ERROR] Code Sign error: The default keychain doesn't have an identity matching the profile 'my app' and identity 'iPhone Distribution: Nigel Lim' [ERROR] [BEROR]Code Sign error: The default keychain doesn't have an identity matching the profile 'my app' and identity 'iPhone Distribution: Nigel Lim' [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/builder.py", line 1300, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/builder.py", line 1012, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/run.py", line 39, in run sys.exit(rc) SystemExit: 1
4 Answers
Did you create your app id on the Apple Developers Portal? Did you download the distribution provisioning profile for your app? Does you app have the correct app id?
Make sure you have all the correct settings on apple's member center + create your app with the correct settings and ID on itunesconnect. A good tutorial for iTunesConnect can be found here.
Around page 38 there is told how to prepare it to upload your app.
Also try clearing your build folder before uploading your app.
Hope this helps.
Tjeu
you need a .cer file (which will fix your keychain problems) and 1 .mobileprovision for packaging your app. Once you have them both, you can start with the iTunesConnect part.
When you log into iTunesConnect, do you have your app registered there? What is the status of your app?
Tjeu
Your Answer
Think you can help? Login to answer this question!