Hi
I’m trying to build agains iOS10 in order to test on my device and I always get the following error:
ERROR: code signing failed: /Users/ste/Desktop/Stripes.app: replacing existing signature
/Users/ste/Desktop/Stripes.app: code object is not signed at all
In subcomponent: /Users/ste/Desktop/Stripes.app/_CoronaSplashScreen.png
I tried both with Corona versions 2016.2961 and 2016.2949.
what is this _CoronaSplashScreen.png file shown in the log? I don’t have this file in the project.
thank you!
p.s.
I get the same error also if I build to test on the xCode iOS simulator.
p.p.s.
this is my building.settings:
settings =
{
orientation =
{
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = “portrait”,
supported = { “portrait”, },
},
excludeFiles =
{
– Include only the necessary icon files on each platform
iphone = { “Icon-*dpi.png”, },
android = { “Icon.png”, “Icon-Small-*.png”, “Icon*@2x.png”, },
},
–
– iOS Section
–
iphone =
{
plist =
{
UIStatusBarHidden = true,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
CFBundleIconFiles =
{
“Icon.png”,
“Icon@2x.png”,
“Icon-167.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-60@3x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small@3x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
},
– Required launch image files/definitions table
UILaunchImages = {
{ – iPhone 5 Portrait
[“UILaunchImageMinimumOSVersion”] = “7.0”,
[“UILaunchImageName”] = “Default-568h”,
[“UILaunchImageOrientation”] = “Portrait”,
[“UILaunchImageSize”] = “{320, 568}”
},
}
},
},
}