iPad/3.2/1.4 does not run, but iPad/3.2/1.2 does. Why?
I have an iPad project which outputs this:
[INFO] Compiling JavaScript…one moment
[INFO] No JavaScript errors detected.
[INFO] One moment, building …
[INFO] Titanium SDK version: 1.4.0
[INFO] iPhone Device family: ipad
[INFO] iPhone SDK version: 3.2
when launching, but nothing happens.
I have another iPad project which outputs this:
[INFO] Compiling JavaScript…one moment
[INFO] No JavaScript errors detected.
[INFO] One moment, building …
[INFO] Titanium SDK version: 1.4.0
[INFO] iPhone Device family: ipad
[INFO] iPhone SDK version: 3.2
[INFO] Launching application in Simulator
[INFO] Launched application in Simulator (0.60 seconds)
[INFO] Application started
[INFO] Application has exited from Simulator
And the iPad simulator starts up fine.
The first project is configured:
Type: iPad
Titanium SDK: 1.2.0
Xcode SDK: 3.2
The second project is configured:
Type: iPad
Titanium SDK: 1.4.0
Xcode SDK: 3.2
How should I be configuring my iPad project to run correctly? It seems completely hit and miss and sometimes it runs without anything happening in the simulator window.
I have XCode 3.2, downloaded very recently, and only downloaded Titanium 3 days ago (14/8/2010)
I'd really like to understand the initial project configuration process, but the docs seem to skip over this as if it should work perfectly every time.
Thanks,
Matt.