When I try to build an iPad/iPhone app, Corona throws an error and I have to force quit the application. I followed the dated instruction on building to iOS from the docs, but I feel they are missing something. Here is the error:
2011-12-21 20:39:23.520 Corona Simulator[11288:2403] \*\*\* -[NSPlaceholderString initWithUTF8String:]: NULL cString
2011-12-21 20:39:23.522 Corona Simulator[11288:2403] (
0 CoreFoundation 0x9794bd87 \_\_raiseError + 231
1 libobjc.A.dylib 0x956f6149 objc\_exception\_throw + 155
2 CoreFoundation 0x978b3619 +[NSException raise:format:arguments:] + 137
3 CoreFoundation 0x978b3589 +[NSException raise:format:] + 57
4 Foundation 0x94491396 -[NSString initWithUTF8String:] + 90
5 Corona Simulator 0x0003082a Corona Simulator + 194602
6 Corona Simulator 0x0003053a Corona Simulator + 193850
7 Corona Simulator 0x0002b75e Corona Simulator + 173918
8 Corona Simulator 0x0002c285 Corona Simulator + 176773
9 Corona Simulator 0x00013b2f Corona Simulator + 76591
10 Corona Simulator 0x0000d590 Corona Simulator + 50576
11 CoreFoundation 0x978a1091 -[NSObject performSelector:withObject:] + 65
12 AppKit 0x96b1fcb3 -[NSApplication sendAction:to:from:] + 232
13 AppKit 0x96b1fb90 -[NSControl sendAction:to:] + 102
14 AppKit 0x96b1fa93 -[NSCell \_sendActionFrom:] + 160
15 AppKit 0x96b1ee50 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
16 AppKit 0x96ba2351 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
17 AppKit 0x96b1d893 -[NSControl mouseDown:] + 943
18 AppKit 0x96ae67b1 -[NSWindow sendEvent:] + 7533
19 AppKit 0x96a7e6ff -[NSApplication sendEvent:] + 4788
20 AppKit 0x96a0fc82 -[NSApplication run] + 1007
21 AppKit 0x96ca418a NSApplicationMain + 1054
22 Corona Simulator 0x00002875 Corona Simulator + 6261
)
And here is my Settings file
settings =
{
orientation =
{
default = "landscapeRight",
content = "landscapeRight",
supported =
{
"landscapeRight"
}
},
iphone =
{
plist =
{
UIAppFonts =
{
"feast.ttf"
}
}
}
}
Any help would be awesome [import]uid: 54716 topic_id: 19492 reply_id: 319492[/import]