When I try to build with
with this added in the build.settings my building for device fails and I get
There is an error in your build settings
Please correct the error and try building again.
(Check the console for more information.)
Two questions:
- How do I check the console for more information? Where do I find the console? Is it corona Terminal found in corona folder? I’ve started that but it does not show much. Is it debugger? I’ve started that but that thing hangs as soon as I load any application that otherwise works. So where do I check whats wrong with my build.settings?
- Whats wrong with the code below? I’ve copy pasted it from the tutorial and used my own fb app id.
Corona version: 2012.912
Mac: 10.7.5
xCode: 4.3.1
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fb106021269556074”,
}
}
}
[code]
settings = {
orientation = {
default = “portrait”,
supported = { “portrait”, }
},
iphone = {
plist = {
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
UIApplicationExitsOnSuspend = false, – uncomment to quit app on suspend
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fb106021269556074”,
}
}
}
}
},
[/code] [import]uid: 13099 topic_id: 31742 reply_id: 331742[/import]