Hey Guys,
Corona isn’t letting me build because apparently there is an error in my build.settings
Can anyone help me find it?
[lua]
settings =
{
iphone = {
plist = {
UIApplicationExitsOnSuspend = false
UIStatusBarHidden = true
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fbxxx”, (have my real Facebook ID in the actual code)
}
}
}
}
}
androidPermissions =
{
“android.permission.INTERNET”
},
orientation =
{
default = “portrait”,
content = “portrait”,
}
}[/lua]
Thanks [import]uid: 50842 topic_id: 24397 reply_id: 324397[/import]