Hi frenz i am unable to implement fb api. I simply wrote an test code given in doc ,i generated an appid too. But while running its giving me below error
Error: Traceback (most recent call last): File "/Users/nupur/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/builder.py", line 1335, 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/nupur/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/builder.py", line 1241, in execute_xcode output = run.run(args,False,False,o) File "/Users/nupur/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/run.py", line 41, in run sys.exit(rc)
please help me out
3 Answers
Hello Nupur,
This Builder.py is giving error many times for me also and i am just doing
1). Clean and build project 2).Close simulator 3)run
and it was mostly solved this problem.
for facebook you can refer This.
hope this works....
Hi Nupur, for better understanding just refer Kitchen Sink Application for titanium and see facebook.js and related JAVA SCRIPT files from there onwards.
Check in example directory inside resources directory or search for facebook at app level.
Your Answer
Think you can help? Login to answer this question!