Issue with Tweetanium

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

Hi, I am trying to run the tweetanium project on Titanium and I get this error:

ERROR] Error: Traceback (most recent call last):
  File "/Users/mixalismavris/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/builder.py", line 1333, 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/mixalismavris/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/builder.py", line 1239, in execute_xcode
    output = run.run(args,False,False,o)
  File "/Users/mixalismavris/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/run.py", line 41, in run
    sys.exit(rc)
SystemExit: 65

2 Answers

Have you tried cleaning the project before running it? Project > Clean ... from inside Titanium Studio.

Ok, so while Tweetanium is a working project, it still requires setup to work with Twitter and xAuth. Check the readme file on the mobile app for information about this: https://github.com/appcelerator-titans/tweetanium/tree/master/mobile/Tweetanium

Make sure that you've setup the Twitter xAuth properly and moved the config.example.js to config.js and provided the proper keys for your app.

— answered 9 months ago by Anthony Decena
answer permalink
2 Comments
  • "Make sure that you've setup the Twitter xAuth properly and moved the config.example.js to config.js and provided the proper keys for your app."

    By move, do you mean to change the file name to config.js? Instructions are a little off.

    I changed the config.example.js file to config.js and put in my KEY and SECRET. Is that all that needs to be done?

    The mobile version is not compiling in Titanium build: 2.1.2.201208301612 and 2.1.3 SDK version. I'm on OSX 1.7.5, Xcode 4.5 and iOS 6 Simulator.

    These are the errors from the console:

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

    — commented 8 months ago by Paul Cisneros

  • I've tried cleaning, rebuilding and adding the Twitter key and secret to the newly named config.js. Nothing.

    This seems to be a build error with the simulator.

    — commented 8 months ago by Paul Cisneros

Your Answer

Think you can help? Login to answer this question!