App crashes on iOS 6 devices with Titanium 2.1.3GA

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

I have an application which works fine on iOS 5 devices (iphone, ipad, ipod) but crashes on iOS 6 devices (iphone).

It crashes when i resume my app from being idle about 10-15 minutes, there is no error reporting in device log / console , its just says: > exited abnormally with signal 11: Segmentation fault: 11

I do have Titanium 2.1.3GA the latest one and the X-Code 4.2 with Mac OS X 10.7.4

Can anybody have any solution or suggestion for this ?

4 Answers

-- I do have Titanium 2.1.3GA the latest one and the X-Code 4.2 with Mac OS X 10.7.4

Might want to try upgrading your xCode to the version that SUPPORTS iOS 6.

— answered 7 months ago by Stephen Feather
answer permalink
1 Comment
  • Thanks for the suggestion , i will try upgrading the X-Code and see if crashes or not and let you know.

    — commented 7 months ago by Viral Hirpara

Hi upgrade your Xcode to 4.5+ and check the device log messages. whenever any app crashes on device there is a device log which gets generated. plug your iOS 6 device to iTunes and check the log messages.

Hi

I have upgraded my Xcode to 4.5 and after that i try to build app it gives me following error message:

Exception detected in script:
Traceback (most recent call last):
  File "/Users/admin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 1477, in main
    execute_xcode("iphoneos%s" % iphone_version,args,False)
  File "/Users/admin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 1231, in execute_xcode
    output = run.run(args,False,False,o)
  File "/Users/admin/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/run.py", line 41, in run
    sys.exit(rc)
SystemExit: 65
Please help me.

Thanks

Try to clean and rebuild.... this is not the sufficient information.... to help.

Your Answer

Think you can help? Login to answer this question!