Hello,
When i submit my app to app store through application loader(Version 2.9.1(441)) i am facing error “binary is missing architectures”.
I also tried sample code project but i got same error.
Here, i attached screenshot also.
I am using corona Build: 2014.2424 and xcode 5.1.1.
My build.setting ::
settings = {
orientation = {
default = “landscapeRight”,
supported =
{
“landscapeLeft”,
“landscapeRight”
}
},
android =
{
usesExpansionFile = true,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
“com.android.vending.BILLING”,
“com.android.vending.CHECK_LICENSE”
}
},
iphone =
{
plist =
{
UIApplicationExitsOnSuspend = false,
UIStatusBarHidden = true,
UIPrerenderedIcon = true,
CFBundleShortVersionString = “1.0”,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-40.png”,
“Icon-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”
},
UIAppFonts =
{
“HelveticaNeue.dfont”,
“Serifa-Roman.ttf”,
“Matiz.ttf”,
“BubblegumSans-Regular.otf”
}
},
components = {}
}
}
Thanks.