Error during compilation for iOS

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

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 !

— asked 12 months ago by Andrea Zenatti
1 Comment
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 12 months ago by Stephen Feather

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!