Why did I get everytime this error message, when I start to build an *.ipa for my iDevice? On the Simulator everything works perfectly.. :( ?!
[INFO] Minimum iOS version: 4.3 Linked iOS Version 6.0 [INFO] Performing clean build [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Users/foddys/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120927181611/iphone/builder.py", line 1477, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Users/foddys/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120927181611/iphone/builder.py", line 1231, in execute_xcode output = run.run(args,False,False,o) File "/Users/foddys/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120927181611/iphone/run.py", line 41, in run sys.exit(rc) SystemExit: 65And how can I solve this problem?
Greetings from Germany Foddy
2 Answers
Thank you! But the problem was triggered otherwise. The trigger was my keychain setting. I had to set the "Keychain Settings" on "System Defaults". After this operation everything works fine ;)
I probably had an invalid entry...
have you upgraded to xCode 4.5? If so, I had a very similar problem before I downloaded and installed the 2.1.3 build SDK from Sept 15, after installing the xCode update.
for related info -- see comments here: http://developer.appcelerator.com/blog/2012/09/titanium-sdk-2-1-3-rc-is-released-support-for-ios-6.html
Your Answer
Think you can help? Login to answer this question!