Hey all, I’ve got a weird issue. When I build and test the app in the Corona iPhone simulator, everything is fine. When I build it for xCode, nothing works.
Screenshots here: http://imgur.com/a/aKqNW
The first two shots are of the corona simulator, the last of the xcode simulator. Essentially, it’s show the middle scene, with no objects on top of it while completely by-passing the select screen.
Why the discrepency? I get no errors at all in the console, everything appears perfectly normal.
My build settings are:
[code]
settings =
{
orientation =
{
default = “landscapeRight”,
supported = { “landscapeRight” },
},
iphone =
{
plist =
{
UIPrerenderedIcon = true,
UIApplicationExitsOnSuspend = true,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
},
},
}
}
[/code] [import]uid: 228837 topic_id: 36170 reply_id: 336170[/import]