Can't Install to Device (iPhone) with 1.3.0
Installed Titanium 1.3 yesterday and have not been able to install to device when selecting version 1.3 of the SDK. Running in the emulator works fine. Tried everything I can think of:
- Rebooted machine
- Restarted titanium developer
- Cleared titanium cache and preferences files
- Started brand new project and copied Resource directory
No matter what I try I get a cryptic "Install Error" pop-up when running on device. Emulator works fine. Mobile SDK v1.2 works fine in emulator and on device. Any help is appreciated.
Titanium: 1.3
iPhone SDK: 3.1
Mac OSX 10.5.8
6 Answers
-
Accepted Answer
Hi,
I heard from Nolan he mentioned they are working on a solution.
You can use the below work around for now:
1.Press the install button on the Deploy to device tab. This will error, but this step is needed to build the binary.
Check that the binary is built in your build/iphone/build/Release-iphoneos directory. If you don't seen your binary within this folder you most likely have another issue.
Open iTunes
Open terminal and run the below command:
open -b com.apple.itunes [project_dir]/build/iphone/build/Release-iphoneos/yourapp.app
this will push your app to iTunes (you will have to manually sync to get it on device). If you have already deployed your application you should now see the replace application dialog in iTunes.
I tested and this worked for me.
Titanium Developer 1.2.1
Titanium Mobile SDK 1.3.0
iPhone SDK 3.1 -
I'm also getting this error… OSX 10.6.3 though…
-
Tried re-installing too. Nothing…
-
I have seen several Questions with similar errors, I haven't been able to figure it out, but while trying to build the app in Xcode I get 3 errors in TiUITableView. All are related to TiUIViewProxy, I don't know if this helps any of the developers, but some kind of reply would be appreciated. (And for the record I am not using any tables in my app…)
As mentioned above version 1.2 works perfectly…
-
I have the same problem on OS X 10.6.3 .
-
You can read how I fixed the issue here: https://developer.appcelerator.com/question/26261/bug-in-sdk-13