Actually just had an interesting issue with my build.settings file. The following caused Corona to consistently crash when building my app (652 & 623):
settings =
{
orientation =
{
default = "portrait",
supported =
{
"portrait", "portraitUpsideDown"
}
},
iphone =
{
plist =
{
UIInterfaceOrientation = "UIInterfaceOrientationPortrait",
UISupportedInterfaceOrientations =
{
"UIInterfaceOrientationPortrait",
"UIInterfaceOrientationPortraitUpsideDown"
},
UIApplicationExitsOnSuspend = true,
UIStatusBarHidden = true,
UIPrerenderedIcon = true
UIAppFonts =
{
"insula.ttf","DeiGrat.ttf",
},
}
}
}
It took me a while to spot the missing comma. Interestingly, the above worked fine in the simulator!
The console output I got was:
2011-11-01 11:53:58.028 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.028 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.028 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.029 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.030 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.030 Corona Simulator[992:2403] [value]=CE6NEL757B
[4345364e454c37353742]
2011-11-01 11:53:58.031 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.031 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.031 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.032 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.032 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.032 Corona Simulator[992:2403] [value]=CE6NEL757B
[4345364e454c37353742]
2011-11-01 11:53:58.033 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.033 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.033 Corona Simulator[992:2403] [value]=CE6NEL757B
[4345364e454c37353742]
2011-11-01 11:53:58.034 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.034 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.034 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.034 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.035 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.035 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.035 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.035 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.036 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.036 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.036 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.036 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.037 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.037 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.037 Corona Simulator[992:2403] [value]=FWFXD4UMBP
[465746584434554d4250]
2011-11-01 11:53:58.038 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.038 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.038 Corona Simulator[992:2403] [value]=CE6NEL757B
[4345364e454c37353742]
2011-11-01 11:53:58.039 Corona Simulator[992:2403] [type]= í&âìÚ,d
[0992268993f22c640101]
2011-11-01 11:53:58.039 Corona Simulator[992:2403] [valueType]=12
2011-11-01 11:53:58.039 Corona Simulator[992:2403] [value]=CE6NEL757B
[import]uid: 11757 topic_id: 17178 reply_id: 64837[/import]