Hi,
I had some issues with my Titanium : before update in first, all my certificates disapeared i don't know why (maybe because i made some modification on Xcode to work with old distribution like IOS 2.2....).
So i decided to remove ALL about Titanium, formake a safe install.
Build works well, but all certificates for "Run on Device" are not here : i took the two files in my old Titanium installation (in app_com.appcelerator.titanium.developer_0) named 0000000000000001.db and 0000000000000002.db and put in my new installation. Now i'm ableto "run on device", but i have an error, here my build.log :
Starting build at 09/29/10 10:26
Build details:
timestamp=09/20/10 15:21 version=1.4.1.1 githash=8a222e
Script arguments: /Library/Application Support/Titanium/mobilesdk/osx/1.4.1.1/iphone/builder.py simulator "4.1" "/Users/vivienbrissat/Desktop/iphone/appli_iphone/Cible Affaire/Cible Affaires" com.atonis.cibleaffaires "Cible Affaires" iphone
Building from: /Library/Application Support/Titanium/mobilesdk/osx/1.4.1.1/iphone Platform: Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
Xcode path is: /Developer
githash=8a222e, existing_git_hash=d1e8c8 Performing full rebuild
Exception detected in script: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.4.1.1/iphone/builder.py", line 661, in main os.symlink(libticore,"libTiCore.a") OSError: [Errno 17] File exists
3 Answers
Accepted Answer
It looks like it's caused by an inability to overwrite an existing symlink. I had the same exact error and addressed it by removing the libTiCore.a symlink in <project dir>/build/ihpone/lib.
Delete it and rebuild the project, it should properly execute.
Without response,simply how can i make a CLEAN INSTALL of :
-SDK in first,
-Titanium in second
I want to avoid a complete reinstallation of my computer, i tried to remove the developper tools from OS X with the command line, and reinstall a new Xcode but nothing append, i have again some troubles.
Can i avoid a complete reinstall ?
Do you know how to makea clean install of XCODE AND TITANIUM ?
Thanks
Thank you very much, it's working well. I was afraid by the fact of delete this kind of stuff ;)
Your Answer
Think you can help? Login to answer this question!