Build ok on iPad but not on iPhone 3G

Building my app on iPad works very well, however when I try to deploy it on an older iPhone 3G, I’m getting the splash screen but then a blank/black screen.

Any clues on why this could happen? It must be something to do with my app since HelloWorld works fine on both the iPad and iPhone 3G. [import]uid: 13077 topic_id: 4778 reply_id: 304778[/import]

When I had an issue like you are describing the problem was my require() filenames (I forget which thread I learned this in.) The simulator isn’t case sensitive for filenames, but on device is. [import]uid: 12108 topic_id: 4778 reply_id: 15254[/import]

Cheers! That fixed the problem! [import]uid: 13077 topic_id: 4778 reply_id: 15302[/import]