So I’ve just updated xCode and got hold of iOS6 - late I know.
But unfortunately noticing that my app is crashing shortly after launch on the xCode Simulator. The app is intended to be used solely in one landscape orientation and worked on device/simulator prior to iOS6.
However now the app boots up - show the menu screen and shortly crashes with the following error:
Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES
Does anybody have nay knowledge of this? Not sure whether iOS 6 needs any changes to the build.settings file, currently I have the following for orientation settings:
settings = {
orientation = {
default = "landscapeLeft",
supported = {"landscapeLeft"},
},
Which as I said worked fine on iOS5.
Any help would be appreciated. [import]uid: 33275 topic_id: 31056 reply_id: 331056[/import]
