Hi I am a newbie,
I have tried this in the 1.8.0.1 sdk and 1.7.6 ci version. Both seem to give me the following build errors for iphone and ipad.
I am using Snow leopard and have a clean install of xcode. Does this mean I have to upgrade to Lion? Any help would be appreciated.
** BUILD FAILED ** The following build commands failed: test-universal: PhaseScriptExecution Pre-Compile "/users/MackstarMBA/Documents/Titanium Studio Workspace/test/build/iphone/build/test.build/Debug-iphonesimulator/test-universal.build/Script-DABB369F12E8CB280026A6EA.sh" (1 failure) EXIT CODE WAS: 1 Exception detected in script: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.8.0.1/iphone/builder.py", line 1274, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s" % (log_id,sdk_version,debugstr,kroll_coverage)],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: 1Many thanks
Richard
2 Answers
Titanium Compatibility Matrix says you should be ok on 1.7.x.
Post your build.log. There have been problems in the past where this error comes up with bad PNG files. Confirm that all your PNG files are actually PNGs and not wrongly named JPGs or malformed in someway.
Your Answer
Think you can help? Login to answer this question!