Skip to main content
nillc76025165
Participant
May 21, 2018
Question

(iOS)Invalid Bundle - The bundle at 'xx.app' does not contain a bundle executable.

  • May 21, 2018
  • 0 replies
  • 314 views

Hi,I had a problem uploading ipa to the appstore.I could not upload my ipa to the appstore.Here is the email replied from apple:

---------------------------------------------------------------------------------------------------------

We identified one or more issues with a recent delivery for your app, "xxx". Please correct the following issues, then upload again.

Invalid Bundle - The bundle at 'xxx.app' does not contain a bundle executable.

Best regards,

The App Store Team

----------------------------------------------------------------------------------------------------------

Everything is correct: bundle ID, certificate, provision profile. But still giving me the error above.

Can anyone help me please?

Thanks!

I use Air29.0.0.122.

Here is my xml file:

<?xml version="1.0" encoding="utf-8"?>

<application xmlns="http://ns.adobe.com/air/application/29.0">

  <id>000</id>

  <versionNumber>1.0.1</versionNumber>

  <supportedProfiles>mobileDevice</supportedProfiles>

  <filename>xxx</filename>

  <name>

    <text xml:lang="zh_Hans">xxx</text>

    <text xml:lang="zh_Hant">xxx</text>

    <text xml:lang="en">xxx</text>

    <text xml:lang="ja">xxx</text>

    <text xml:lang="ko">xxx</text>

    <text xml:lang="pl">xxx</text>

    <text xml:lang="de">xxx</text>

    <text xml:lang="ru">xxx</text>

    <text xml:lang="fr">xxx</text>

    <text xml:lang="zh-Hans">xxx</text>

    <text xml:lang="zh-Hant">xxx</text>

    <text xml:lang="nl">xxx</text>

    <text xml:lang="cs">xxx</text>

    <text xml:lang="pt">xxx</text>

    <text xml:lang="sv">xxx</text>

    <text xml:lang="tr">xxx</text>

    <text xml:lang="es">xxx</text>

    <text xml:lang="it">xxx</text>

  </name>

  <copyright>ARGM</copyright>

  <android>

    <manifestAdditions><![CDATA[<manifest android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-permission android:name="android.permission.READ_PHONE_STATE" />

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

<application>

<meta-data android:name="com.google.android.gms.version" android:value="4452000" />

<meta-data android:name="BaiduMobAd_APP_ID" android:value="b49d29bd" />

<meta-data android:name="BaiduMobAd_APP_SEC" android:value="b49d29bd" />

<meta-data android:name="UMENG_APPKEY" android:value="53c49ef556240b0cad0b82ce"></meta-data>

<meta-data android:name="UMENG_CHANNEL" android:value="wandoujia" />

<activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />

<activity android:name="com.baidu.mobads.AppActivity" android:configChanges="keyboard|keyboardHidden|orientation" />

</application>

</manifest>]]></manifestAdditions>

  </android>

  <iPhone>

    <InfoAdditions>

<![CDATA[

<key>CFBundleIconName</key>

<string>AppIcon</string>

<key>NSLocationUsageDescription</key>

<string>ARGM</string>

<key>NSLocationAlwaysUsageDescription</key>

<string>ARGM</string>

<key>NSLocationWhenInUseUsageDescription</key>

<string>ARGM</string>

<key>UIStatusBarStyle</key>

<string>UIStatusBarStyleBlackOpaque</string>

<key>UIRequiresPersistentWiFi</key>

<string>NO</string>

<key>UIApplicationExitsOnSuspend</key>

<false />

<key>MinimumOSVersion</key>

<string>8.0</string>

<key>UIDeviceFamily</key>

<array>

<string>1</string>

<string>2</string>

</array>

<key>CFBundleURLTypes</key>

<array>

<dict>

<key>CFBundleURLSchemes</key>

<array>

<string>wx1a2a2e8e47a14af2</string>

</array>

<key>CFBundleURLName</key>

<string>weixin</string>

</dict>

</array><key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/></dict>

]]>

</InfoAdditions>

    <requestedDisplayResolution>high</requestedDisplayResolution>

  </iPhone>

  <initialWindow>

    <title>game</title>

    <content>.swf</content>

    <visible>true</visible>

    <fullScreen>true</fullScreen>

    <autoOrients>true</autoOrients>

    <aspectRatio>portrait</aspectRatio>

    <renderMode>gpu</renderMode>

    <!--<depthAndStencil>true</depthAndStencil>-->

    <!-- required for 3D -->

    <systemChrome>standard</systemChrome>

  </initialWindow>

  <icon>

    <image48x48>icons/icon_48.png</image48x48>

    <image57x57>icons/icon_57.png</image57x57>

    <image72x72>icons/icon_72.png</image72x72>

    <image76x76>icons/icon_76.png</image76x76>

    <image96x96>icons/icon_96.png</image96x96>

    <image114x114>icons/icon_114.png</image114x114>

    <image120x120>icons/icon_120.png</image120x120>

    <image144x144>icons/icon_144.png</image144x144>

    <image152x152>icons/icon_152.png</image152x152>

    <image512x512>icons/icon_512.png</image512x512>

  </icon>

  <description>ARGM</description>

  <versionLabel>1.0.1</versionLabel>

  <extensions>

  </extensions>

</application>

This topic has been closed for replies.