ERROR ITMS-9000: “No architectures in the binary"

2.6k Views Asked by At

I am getting an error trying to upload an app to the iOS store.

The application was developed using FlashBuilder 4.7 and Flex 13.0.

ERROR ITMS-9000: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.” At SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

Does anyone have any ideas as to what this error is? Any help would be appreciated.

Thanks.

2

There are 2 best solutions below

0
On

Try to fix your application.xml:

    <iPhone>
    <InfoAdditions><![CDATA[...
<key>MinimumOSVersion</key>
<string>6.0</string>
]]></InfoAdditions>
0
On

I found solution of my question after lots of try. After updating an air sdk still I got this issue.

Solution of this issue is simple.

We don't need to use any digit in app Id.

for example:

App was not submitteds app id contains digit like com.adobe.sample.7th

then I created new app having app id like com.adobe.sample.seventh and I was able to submit this app to store.