ITC.apps.preReleaseBuild.errors.processingFailed

Hi,

After submit to Apple Store… get this:

ITC.apps.preReleaseBuild.errors.processingFailed

Any ideias what this might be?

Using latest ***49 and ****54 Daily builds… (54 is Today´s build)

App works well in Android, in iOS, and is the same App I submited with version ****49 a few days ago…

Below is the message received by email:

Thanks in advance,

Rui Tito

Dear Enthusiastic Level Lda,

While processing your iOS app, SulAmérica Desafio 1.1(2016.9.211953), errors occurred in the app thinning process, and your app couldn’t be thinned. If your app contains bitcode, bitcode processing may have failed. Because of these errors, this build of your app will not be able to be submitted for review or placed on the App Store. For information that may help resolve this issue, see Tech Note 2432.

Can you try and submit with 2949 again?

What plugins are you using?

Show us your build.settings file.

Thanks

Rob

Hi Rob,

Thanks for your support…

I just tried with version 2949/Xcode 8.0 and it gives the same thinning error…

Here goes my build.settings, I have xxxxxxxxxx some values for privacy… in the original, this xxxxxxxx have the correct values…

Thanks in Advance,

Rui Tito

– Supported values for orientation:

– portrait, portraitUpsideDown, landscapeLeft, landscapeRight

settings=

{   

    splashScreen = 

    {

        enable = false

    },

    excludeFiles =

    {

        – Exclude all Android icon files and .ogg files in the “music” directory:

        iphone = { “Icon-*dpi.png” },

        – Exclude iOS “retina” image files and .m4a files in the “music” directory:

        android = { “Icon.png”, “*@2x.png”, “*@3x.png” } 

    },

    plugins=

    {   

        [“plugin.CoronaSplashControl”] =

        {

            publisherId = “com.coronalabs”

        },

        [‘plugin.toast’] = {publisherId = ‘com.spiralcodestudio’},

        [“plugin.utf8”] =

            {

                publisherId = “com.coronalabs”

            },

        [“plugin.zip”] =

            {

            publisherId = “com.coronalabs”

            },

        [“plugin.facebook.v4”] =

            {

            publisherId = “com.coronalabs”,

            },

        [“plugin.openssl”] =

           {

           publisherId = “com.coronalabs”, 

           },

        [“plugin.OneSignal”] =

           {

           publisherId = “com.onesignal”,

           },

        [“plugin.google.play.services”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true, [“android-kindle”]=true },

            },

    },

    android={

        largeHeap=true,

        versionCode=“101”,

        facebookAppId = “615366442004828”,

        permissions =

        {

            { name = “.permission.C2D_MESSAGE”, protectionLevel = “signature” },

        },

        usesPermissions =

        {

            “android.permission.INTERNET”,

            “android.permission.WRITE_EXTERNAL_STORAGE”,

            “android.permission.GET_ACCOUNTS”,

            “android.permission.RECEIVE_BOOT_COMPLETED”,

            “com.google.android.c2dm.permission.RECEIVE”,

            “.permission.C2D_MESSAGE”,

        },

    },

    iphone={

        plist={

            UIAppFonts =

            {

            “Ubuntu-C.ttf”,

            “Ubuntu-R.ttf”,

            “Ubuntu-RI.ttf”,

            “Ubuntu-B.ttf”,

            “Ubuntu-BI.ttf”,

            “Ubuntu-LI.ttf”,

            “Ubuntu-L.ttf”,

            },

            NSCalendarsUsageDescription = “Not used within app”,

            NSPhotoLibraryUsageDescription = “Avatar Photo Access”,

            NSCameraUsageDescription = “Not used within app”,

            UIBackgroundModes = {“remote-notification”},

            UIPrerenderedIcon=true,

            UIStatusBarHidden=true,

            CFBundleIdentifier=“app.enneaplay.xxxxxx”,

            CFBundleDisplayName=“xxxxxxx”,

            CFBundleIconFiles={

                “Icon@2x.png”,

                “Icon-Small-40.png”,

                “Icon-Small-40@2x.png”,

                “Icon-Small-40@3x.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-50.png”,

                “Icon-Small-50@2x.png”,

                “Icon-Small.png”,

                “Icon-Small@2x.png”,

                “Icon-Small@3x.png”,

                “Icon.png”,

            },

            NSAppTransportSecurity = 

            {   

                NSExceptionDomains = 

                {

                    [“fbcdn.net”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“facebook.com”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“akamaihd.net”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“amazonaws.com”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                },

            },

            – Whitelist Facebook Apps

            LSApplicationQueriesSchemes = 

            {

                “fb”,

                “fbapi20130214”,

                “fbapi20130410”,

                “fbapi20140410”,

                “fbapi20140116”,

                “fbapi20150313”,

                “fbapi20150629”,

                “fbauth”,

                “fbauth2”,

                “fb-messenger-api20140430”,

            },

            UIApplicationExitsOnSuspend=false,

            FacebookAppID=“xxxxxxxxxxxx”,

            CFBundleURLTypes={

                {

                    CFBundleURLSchemes=

                    {

                        “fbxxxxxxxxxxxxxx”,

                    }

                }

            }

        }

    },

    orientation={

        default=“landscapeRight”,

        supported={

            “landscapeRight”,

            “landscapeLeft”

        },

        

    }, 

}

Engineering is asking to see your Info.plist file. To get this, you will need to unpack the .ipa file that Corona built and output. Using the Mac’s Finder navigate to where your .ipa file was written. Rename it to have a .zip extension. Double-click on it to “Uncompress” it. Then drill into the output folder until you find a folder with the Info.plist file. When you see the App you will need to Right-Click and choose “Show Package Contents”.

From the forums, use the Report a bug link at the top of the page, fill out the forum and attached the Info.plist to it.

Thanks

Rob

Hi Rob,

Many thanks…

I will do that right now…

Rgds

Rui

Done Rob,

Thanks again for the great support…

Rgds

Rui

Hi Rob,

I found the problem, the company name had a portuguese letra… in the CFBundleDisplayName= build.settings file…

I remove it and it worked first time…

Sorry for the trouble… and thanks again for the support.

Not sure how to cancel the “report a bug” record I created.

Thanks

Rui

Can you try and submit with 2949 again?

What plugins are you using?

Show us your build.settings file.

Thanks

Rob

Hi Rob,

Thanks for your support…

I just tried with version 2949/Xcode 8.0 and it gives the same thinning error…

Here goes my build.settings, I have xxxxxxxxxx some values for privacy… in the original, this xxxxxxxx have the correct values…

Thanks in Advance,

Rui Tito

– Supported values for orientation:

– portrait, portraitUpsideDown, landscapeLeft, landscapeRight

settings=

{   

    splashScreen = 

    {

        enable = false

    },

    excludeFiles =

    {

        – Exclude all Android icon files and .ogg files in the “music” directory:

        iphone = { “Icon-*dpi.png” },

        – Exclude iOS “retina” image files and .m4a files in the “music” directory:

        android = { “Icon.png”, “*@2x.png”, “*@3x.png” } 

    },

    plugins=

    {   

        [“plugin.CoronaSplashControl”] =

        {

            publisherId = “com.coronalabs”

        },

        [‘plugin.toast’] = {publisherId = ‘com.spiralcodestudio’},

        [“plugin.utf8”] =

            {

                publisherId = “com.coronalabs”

            },

        [“plugin.zip”] =

            {

            publisherId = “com.coronalabs”

            },

        [“plugin.facebook.v4”] =

            {

            publisherId = “com.coronalabs”,

            },

        [“plugin.openssl”] =

           {

           publisherId = “com.coronalabs”, 

           },

        [“plugin.OneSignal”] =

           {

           publisherId = “com.onesignal”,

           },

        [“plugin.google.play.services”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true, [“android-kindle”]=true },

            },

    },

    android={

        largeHeap=true,

        versionCode=“101”,

        facebookAppId = “615366442004828”,

        permissions =

        {

            { name = “.permission.C2D_MESSAGE”, protectionLevel = “signature” },

        },

        usesPermissions =

        {

            “android.permission.INTERNET”,

            “android.permission.WRITE_EXTERNAL_STORAGE”,

            “android.permission.GET_ACCOUNTS”,

            “android.permission.RECEIVE_BOOT_COMPLETED”,

            “com.google.android.c2dm.permission.RECEIVE”,

            “.permission.C2D_MESSAGE”,

        },

    },

    iphone={

        plist={

            UIAppFonts =

            {

            “Ubuntu-C.ttf”,

            “Ubuntu-R.ttf”,

            “Ubuntu-RI.ttf”,

            “Ubuntu-B.ttf”,

            “Ubuntu-BI.ttf”,

            “Ubuntu-LI.ttf”,

            “Ubuntu-L.ttf”,

            },

            NSCalendarsUsageDescription = “Not used within app”,

            NSPhotoLibraryUsageDescription = “Avatar Photo Access”,

            NSCameraUsageDescription = “Not used within app”,

            UIBackgroundModes = {“remote-notification”},

            UIPrerenderedIcon=true,

            UIStatusBarHidden=true,

            CFBundleIdentifier=“app.enneaplay.xxxxxx”,

            CFBundleDisplayName=“xxxxxxx”,

            CFBundleIconFiles={

                “Icon@2x.png”,

                “Icon-Small-40.png”,

                “Icon-Small-40@2x.png”,

                “Icon-Small-40@3x.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-50.png”,

                “Icon-Small-50@2x.png”,

                “Icon-Small.png”,

                “Icon-Small@2x.png”,

                “Icon-Small@3x.png”,

                “Icon.png”,

            },

            NSAppTransportSecurity = 

            {   

                NSExceptionDomains = 

                {

                    [“fbcdn.net”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“facebook.com”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“akamaihd.net”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                    [“amazonaws.com”] = 

                    {

                        NSIncludesSubdomains = true,

                        NSExceptionRequiresForwardSecrecy = false,

                    },

                },

            },

            – Whitelist Facebook Apps

            LSApplicationQueriesSchemes = 

            {

                “fb”,

                “fbapi20130214”,

                “fbapi20130410”,

                “fbapi20140410”,

                “fbapi20140116”,

                “fbapi20150313”,

                “fbapi20150629”,

                “fbauth”,

                “fbauth2”,

                “fb-messenger-api20140430”,

            },

            UIApplicationExitsOnSuspend=false,

            FacebookAppID=“xxxxxxxxxxxx”,

            CFBundleURLTypes={

                {

                    CFBundleURLSchemes=

                    {

                        “fbxxxxxxxxxxxxxx”,

                    }

                }

            }

        }

    },

    orientation={

        default=“landscapeRight”,

        supported={

            “landscapeRight”,

            “landscapeLeft”

        },

        

    }, 

}

Engineering is asking to see your Info.plist file. To get this, you will need to unpack the .ipa file that Corona built and output. Using the Mac’s Finder navigate to where your .ipa file was written. Rename it to have a .zip extension. Double-click on it to “Uncompress” it. Then drill into the output folder until you find a folder with the Info.plist file. When you see the App you will need to Right-Click and choose “Show Package Contents”.

From the forums, use the Report a bug link at the top of the page, fill out the forum and attached the Info.plist to it.

Thanks

Rob

Hi Rob,

Many thanks…

I will do that right now…

Rgds

Rui

Done Rob,

Thanks again for the great support…

Rgds

Rui

Hi Rob,

I found the problem, the company name had a portuguese letra… in the CFBundleDisplayName= build.settings file…

I remove it and it worked first time…

Sorry for the trouble… and thanks again for the support.

Not sure how to cancel the “report a bug” record I created.

Thanks

Rui