I am a beginner so I might be doing something very stupid…
I am building on the device a test little app. Everything works fine on the corona simulator and when I build for the iphone simulator as well. When I build for the device and upload with the xcode organizer the application does not appear in the application window but it uploads on the phone. When I run the app on the phone the default image (a logo) does not load, the following screen works fine ( a simple image with a transition and some text on a background)
What is wrong?
Many thanks [import]uid: 8464 topic_id: 2117 reply_id: 302117[/import]
Make sure your load image is named: Default.png
Make sure first letter is uppercase.
Not sure why it would show in the iPhone simulator and not on the device.
-Tom [import]uid: 7559 topic_id: 2117 reply_id: 6322[/import]
Thank you Tom and sorry for the late response but I was away. I finally figured that out but still not understanding of why xcode was not mounting the app on the organizer window. Anyway resetting xcode and the device made everything fine, Thanks again [import]uid: 8464 topic_id: 2117 reply_id: 6724[/import]