I need to create a module ..Module Include following things to do .. 1) Add frameworks (Addressbook,AddressbokkUI,Sincerely) I have successfully created a xcode project I need to convert same functinality to Titanium module, unfortunately I am not able to convert it I followed the tutorial for [creating module ] https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide
When I am running Titanium run in console getting following error ~~~ [ERROR] Error: Traceback (most recent call last): [DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.5/iphone/builder.py", line 1222, in main [DEBUG] execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s" % (log_id,sdk_version,debugstr)],False) [DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.5/iphone/builder.py", line 1140, in execute_xcode [DEBUG] output = run.run(args,False,False,o) [DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.5/iphone/run.py", line 39, in run [DEBUG] sys.exit(rc) [DEBUG] SystemExit: 65 [ERROR] Build Failed. See: /tmp/mCeVZw8ti/shopsincerely/build/iphone/build/build.log ~~~
1 Answer
you should try to clean the content of the build/iphone folder and rebuild your app
Your Answer
Think you can help? Login to answer this question!