Hi , i've got a problem with the compilation of a project for iOS. When I try to run a project with the iPhone emulator , there is a compilation error.. This is the error:
[ERROR] /Users/zenaandrea/Documents/Sviluppo_Applicazioni/Todo List/build/iphone/Classes/NetworkModule.m:252:44: error: use of undeclared identifier 'UIRemoteNotificationTypeNewsstandContentAvailability' [3] [ERROR] /Users/zenaandrea/Documents/Sviluppo_Applicazioni/Todo List/build/iphone/Classes/NetworkModule.m:304:33: error: use of undeclared identifier 'UIRemoteNotificationTypeNewsstandContentAvailability' [3] [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Users/zenaandrea/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1318, 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/zenaandrea/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/builder.py", line 1224, in execute_xcode output = run.run(args,False,False,o) File "/Users/zenaandrea/Library/Application Support/Titanium/mobilesdk/osx/2.0.2.GA/iphone/run.py", line 41, in run sys.exit(rc) SystemExit: 65
What's the problem? Thanks !
1 Answer
- Clean the project and rebuild
- Do not use high ASCII/extended chars in your file names
Your Answer
Think you can help? Login to answer this question!