What does this error mean?

You must Login before you can answer or comment on any questions.

Hello, I'm trying to run my app on the iPhone simulator on my MacBook through Titanium Studio but I keep getting this error ...

[ERROR]

[ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/builder.py", line 1091, in main execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s" % (log_id,sdk_version)],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

Does anyone know what this means? I was recently trying to test my app on my physical iPod and only started seeing this message after I tried to configure it to deploy on a physical device.

Can anyone shed some light on my problem? I would appreciate it.

2 Answers

Accepted Answer

Try cleaning your project, Project > Clean .. and then relaunching from Studio.

If the problem persists, try launching your project's xcode project file in xcode. So if your project's name is MyProject you would find this file in build/iphone/MyProject.xcodeproj. Running this directly in xcode can sometimes give you more detailed accounts of what went wrong.

Your Answer

Think you can help? Login to answer this question!