Appcelerator Titanium compile error with InMobi module

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

Hi,

I have problems with InMobi 1.0 module for Appcelerator Titanium. I have tried several versions of Appcelerator SDK: 2.0.2, 2.0.3, 2.1.1.GA

They all produce basically the same error when I add ti.inmobi.ad (in tiapp.xml) module and start my application (clean Titanium Mobile Project for iPhone and Android without any code that I have wrote). Error:

[INFO] Compiling localization files [ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation) [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/2.0.3.v20120806151610/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 "/Library/Application Support/Titanium/mobilesdk/osx/2.0.3.v20120806151610/iphone/builder.py", line 1224, in execute_xcode output = run.run(args,False,False,o) File "/Library/Application Support/Titanium/mobilesdk/osx/2.0.3.v20120806151610/iphone/run.py", line 41, in run sys.exit(rc) SystemExit: 65

Thank you

— asked 9 months ago by Thomas Anderson
3 Comments
  • 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.

    • xcode version, OSX version, TiStudio version.

    — commented 9 months ago by Stephen Feather

  • Additionally, the real error is probably further up in the logs. Please post the complete log to a gist or code sharing site so we can take a look at it.

    Can you build without that module installed?

    — commented 9 months ago by Stephen Feather

  • It's OS X 10.7.3 with XCode 4.3.3. Wersion of Titanium Studio is 2.1.1.201207271312 with SDKs 2.0.2., 1.7.6, 2.1.1...

    Yes, I can build without inmobi module.

    Thank you

    — commented 9 months ago by Thomas Anderson

Your Answer

Think you can help? Login to answer this question!