Run On Device, failed
I am using Titanium Dev 1.2.1 on Mac OSX 10.6.4.
After getting the WWDR Intermediate Cert,
no matter how many times I tried to register my phone, Titanium still cannot recognize it(I have followed all the steps on adding the device, App ID, and Provisioning). The only thing detected is the WWDR cert.
It seems like I have my distribution cert is also not recognized.
Any major steps I have missed?
4 Answers
-
Accepted Answer
Hi Lai,
did you try to use the Xcode Organizer to recompile the code and use the provisioning cert to sign it for the testing device?if you are using the new xcode on iosx you will not able to recompile the code produced by ti skd 1.2.1.
i suggest you to download the 1.3.2 (CR 1.4).you can find instruction here:
http://developer.appcelerator.com/blog/2010/06/1-3-2-1-4-rc1-release-now-available.html -
Downloading it. Will see if it works. Thanks.
-
The /Library/Application Support/Titanium does have an /appdata but really have nothing like the extracted zip.
Does anyone knows WHICH files to overwrite? -
OK. I think I solved it.
Andrea is right for using the latest download.
The problem is my iphone has upgraded to iOS4. After upgrade to Xcode 4 and then use Ti 1.32. Everything works.Thanks.