Incorrect Splash Screen

I’m still using Enterprise to build release apps while I migrate over to Native over the next month.

Up to now I’ve been able to build with Enterprise without any issue, until I updated Xcode to 9.2 (not sure if this was the trigger or just coincidence). 

Now when I Run on device I’m suddenly getting "Application Validation Error

Incorrect Splash Screen - the splash screen built into the app is not the one shipped with build 2018.3192 of Corona. Activate the Corona Splash Screen Control plugin in the marketplace if you want to customize it."

The Splash Screen Control is activated for our account

If I add _CoronaSplashScreen.png to project the apps run ok, but I dont want the splash screen

Ive tried deautherize/autherize, restart xcode, reboot, updating corona all without success 

Any help or suggestions would be appreciated 

cheers

Can you post your build.settings?

Rob

Hi Rob
build.settings :

settings = 

{

    splashScreen = 

    {

        enable = false

    },

orientation =

{

default = “portrait”,

supported = { “portrait” }

},

iphone =

{

plist =

{

CFBundleIconFiles =

{

“Icon.png”, 

“Icon@2x.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”,

},

NSPhotoLibraryUsageDescription = “This app would like to access the photo library.”,

            NSPhotoLibraryAddUsageDescription = “This app would like to add the photo library.”,

},

},

android =

    {

        usesPermissions =

        {

            “android.permission.CAMERA”,

            “android.permission.WRITE_EXTERNAL_STORAGE”,

        },

    },

}

Hi Rob

Is the build.settings ok, do you need more info ?

That’s sufficient.  I’ll share this with engineering.

Rob 

Hi.

I am having the same issue. Have there been any changes since then?

Can you post your build.settings?

Rob

Hi Rob
build.settings :

settings = 

{

    splashScreen = 

    {

        enable = false

    },

orientation =

{

default = “portrait”,

supported = { “portrait” }

},

iphone =

{

plist =

{

CFBundleIconFiles =

{

“Icon.png”, 

“Icon@2x.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”,

},

NSPhotoLibraryUsageDescription = “This app would like to access the photo library.”,

            NSPhotoLibraryAddUsageDescription = “This app would like to add the photo library.”,

},

},

android =

    {

        usesPermissions =

        {

            “android.permission.CAMERA”,

            “android.permission.WRITE_EXTERNAL_STORAGE”,

        },

    },

}

Hi Rob

Is the build.settings ok, do you need more info ?

That’s sufficient.  I’ll share this with engineering.

Rob 

Hi.

I am having the same issue. Have there been any changes since then?