i advise you, to try my remedy. compile the launchscreen with xcode 9. that was my fix. i did not try anything else. since you said its a similar issue, im thinking the fix might be the same. but im not sure, you wont know for sure unless you try.
I’m not sure how to do that exactly, as I have never had to do it before.
yes exactly that, thats the guide that i followed for xcode 8, you need to do that for xcode 9 and the new os and latest corona build. goodluck!
Thanks, that did the trick. For those who come across this the Assets.xcassets -> Application.appiconset -> Contents.json file has additional icons that are not in the Corona file. Here is the updated .json file:
{ "images" : [ { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-40.png", "scale" : "2x" }, { "idiom" : "iphone", "size" : "20x20", "scale" : "3x" }, { "size" : "29x29", "idiom" : "iphone", "filename" : "Icon-58.png", "scale" : "2x" }, { "size" : "29x29", "idiom" : "iphone", "filename" : "Icon-87.png", "scale" : "3x" }, { "size" : "40x40", "idiom" : "iphone", "filename" : "Icon-80.png", "scale" : "2x" }, { "idiom" : "iphone", "size" : "40x40", "scale" : "3x" }, { "size" : "60x60", "idiom" : "iphone", "filename" : "Icon-120.png", "scale" : "2x" }, { "size" : "60x60", "idiom" : "iphone", "filename" : "Icon-180.png", "scale" : "3x" }, { "idiom" : "ipad", "size" : "20x20", "scale" : "1x" }, { "idiom" : "ipad", "size" : "20x20", "scale" : "2x" }, { "idiom" : "ipad", "size" : "29x29", "scale" : "1x" }, { "idiom" : "ipad", "size" : "29x29", "scale" : "2x" }, { "idiom" : "ipad", "size" : "40x40", "scale" : "1x" }, { "idiom" : "ipad", "size" : "40x40", "scale" : "2x" }, { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-76.png", "scale" : "1x" }, { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-152.png", "scale" : "2x" }, { "size" : "83.5x83.5", "idiom" : "ipad", "filename" : "Icon-167.png", "scale" : "2x" }, { "size" : "1024x1024", "idiom" : "ios-marketing", "filename" : "Icon-1024.png", "scale" : "1x" } ], "info" : { "version" : 1, "author" : "xcode" } }