You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import this project into Titanium Studio, SDK 2.1.3
All other projects that I've imported are working fine and build with simulator without errors
Here's the error:
[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.GA/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.GA/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.GA/iphone/run.py", line 41, in run
sys.exit(rc)
SystemExit: 65
I've already tried cleaning and building the project again. Also, I've included my Twitter Key and Secret and renamed the example.config.js to config.js. These changes don't solve the issue.
Any help in the right direction appreciated!
The text was updated successfully, but these errors were encountered:
was this ever resolved? I'm seeing a similar issue now, I just updated Titanium studio and my project no longer compiles.
EDIT: My project is not tweetanium but this is the same error I'm seeing after no code changes but IDE update.
Trying to import this project into Titanium Studio, SDK 2.1.3
All other projects that I've imported are working fine and build with simulator without errors
Here's the error:
I've already tried cleaning and building the project again. Also, I've included my Twitter Key and Secret and renamed the example.config.js to config.js. These changes don't solve the issue.
Any help in the right direction appreciated!
The text was updated successfully, but these errors were encountered: