Hi All, After update of my SDK to 1.8 i got this, needless to say that me, and my customers are in deep sh*t now, please any help???
File "/Users/stijndewolf/Library/Application Support/Titanium/mobilesdk/osx/1.8.2/iphone/builder.py", line 1440, in main execute_xcode("iphoneos%s" % iphone_version,args,False) File "/Users/stijndewolf/Library/Application Support/Titanium/mobilesdk/osx/1.8.2/iphone/builder.py", line 1238, in execute_xcode sys.exit(1)
5 Answers
1.8 ? Come on , we're on 2.1.3 now, besides, the 1.8 SDK introduced some changes that are breaking the older code, so you will have to adjust it to make it work.
Keep in mind that you will HAVE TO update to 2.1.3 to be able to use the new xcode 4.5 and ios6 and resubmit your apps to appstore.
Hi Dan, thx for the response, update to 2.1.3? How can I do that? Thru dashboard or manual? Greets, Stijn
Hi Dan, sorry for the quick remark, updated now to 2.1.3 rebuild and got the following error: [ERROR] Build Failed (Missing app at /Users/Shared/My Titanium/asecrit/build/iphone/build/Debug-iphoneos/AsecrIT.app/AsecrIT). Please see output for more details [ERROR] Error: Traceback (most recent call last):
Studio allows you to update the sdk.
Help menu -> Check for Ti SDK updates
After the update is ready edit tiapp.xml to use the new sdk.
There will be things that will break so u'll have to fix them :)
Hi Dan, thx for the support, indeed this worked Cheers Stijn
Your Answer
Think you can help? Login to answer this question!