Error Uploading Build to Appstore | . ERROR ITMS-90121

ERROR ITMS-90121: “This bundle is invalid. The executable name, as reported by CFBundleExecutable in the Info.plist file, may not contain any of these characters: \ [] { } ( ) . + *”

Can you tell me the reason why this issue still persists.

Please take a look at my build settings: 

settings = {

    splashScreen =

    {

        ios = {

            enable = false,

            image = “Default.png”

        },

        android = {

            enable = false,

            image = “Default.png”

        }

    },

    

    orientation =

    {

        default = “landscape”,

        supported = 

        { 

            “landscapeLeft”,

            “landscapeRight”

        },

    },

    

    android = {

      usesPermissions = {

            “com.android.vending.BILLING”,

      },

          

      supportsScreens = {

          smallScreens  = true,

          normalScreens = true,

          largeScreens  = true,

          xlargeScreens = true

       },

    },

    iphone = {

          xcassets = “Images.xcassets”,

          plist = { 

              UIStatusBarHidden = true,

              CFBundleLocalizations = { “en”, “no” },

              CFBundleIconFiles = {

                  “Icon-76.png”,

                  “Icon-80.png”,

                  “Icon-120.png”,

                  “Icon-152.png”,

                  “Icon-180.png”

              },

              UILaunchImages = {

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{320, 480}”

                  },

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{320, 480}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default-568h”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{320, 568}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default-568h”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{320, 568}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default-Landscape”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{768, 1024}”

                  },

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “7.0”,

                      [“UILaunchImageName”] = “Default-Landscape”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{768, 1024}”

                  },

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “8.0”,

                      [“UILaunchImageName”] = “Default-667h”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{375, 667}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “8.0”,

                      [“UILaunchImageName”] = “Default-667h”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{375, 667}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “8.0”,

                      [“UILaunchImageName”] = “Default-Landscape-736h”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{414, 736}”

                  },

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “8.0”,

                      [“UILaunchImageName”] = “Default-Landscape-736h”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{414, 736}”

                  },

                  {  

                      [“UILaunchImageMinimumOSVersion”] = “9.0”,

                      [“UILaunchImageName”] = “Default-Landscape-1366”,

                      [“UILaunchImageOrientation”] = “LandscapeRight”,

                      [“UILaunchImageSize”] = “{1024, 1366}”

                  },

                  { 

                      [“UILaunchImageMinimumOSVersion”] = “9.0”,

                      [“UILaunchImageName”] = “Default-Landscape-1366”,

                      [“UILaunchImageOrientation”] = “LandscapeLeft”,

                      [“UILaunchImageSize”] = “{1024, 1366}”

                  },

              },

          } 

      }

  }

what is the name of the app? what did you type in as the bundle name when you hit build?

what is the name of the app? what did you type in as the bundle name when you hit build?