Skip to content

Instantly share code, notes, and snippets.

@demogar
Created September 30, 2012 23:25
Show Gist options
  • Select an option

  • Save demogar/3808722 to your computer and use it in GitHub Desktop.

Select an option

Save demogar/3808722 to your computer and use it in GitHub Desktop.
[ERROR] /Users/demogar/Apps/iLoyalty/build/iphone/Classes/TiApp.mm:627:12: error: cannot initialize return object of type 'NSUInteger' (aka 'unsigned int') with an rvalue of type 'id'
[ERROR]
[ERROR] Error: Traceback (most recent call last):
File "/Users/demogar/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120921190208/iphone/builder.py", line 1315, 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 "/Users/demogar/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120921190208/iphone/builder.py", line 1221, in execute_xcode
output = run.run(args,False,False,o)
File "/Users/demogar/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.v20120921190208/iphone/run.py", line 41, in run
sys.exit(rc)
SystemExit: 65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment