Im trying to add an icon to my app but i keep getting a error:
Storyboard/build.settings:15: ‘}’ expected (to close ‘{’ at line 2) near ‘iphone’
settings =
{
plugins =
{
[“CoronaProvider.ads.iads”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone = true },
},
[“CoronaProvider.ads.admob”] =
{
publisherId = “com.coronalabs”,
},
}
iphone = {
plist = {
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”
},
}
}
}
All of the { has a matching } so I don’t understand where the error is.