Your build.settings file is not correct. Here is how it should look (i tested with this build.settings configuration and my app builds fine :
[code]
– cpmgen build.settings
settings =
{
iphone =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”, “portraitUpsideDown”
},
},
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon@2x.png” ,
“Icon-72.png” ,
},
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
UIAppFonts = {
“akaFrivolity.ttf”
},
UIApplicationExitsOnSuspend = false,
CFBundleURLTypes =
{
CFBundleURLSchemes =
{
“fb289890714412701”,
}
}
},
},
android =
{
usesPermissions =
{
“com.android.vending.BILLING”,
},
versionCode = “1”,
}
}
[/code] [import]uid: 84637 topic_id: 24132 reply_id: 97490[/import]