iOS Simulator IPA not working #4209
Unanswered
MurrayHamilton
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Hi, I can confirm I see the same message with AIR SDK 51.3.2.1 and 51.2.2 attempting to run on an iOS 26 simulator. Seems the simulator ipa's are produced with only the x86_64 and iOS 26 + simulators are now enforcing arm64 as a requirement. This will need an update for the AIR SDK to support arm64 output from the simulator build. For the moment you should be able to use a simulator running iOS 18 as this was less strict on the arm64 and supported x86_64 only ipa's. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on an M1 Mac running macOS Tahoe 26.4.1 and Xcode 26.4.
I'm using the latest macOS AIR SDK 51.3.2.1.
I usually package IPAs for the iOS simulator using this command:
adt -package -target ipa-test-interpreter-simulator -storetype pkcs12 -keystore dummy.p12 -storepass password output-path/test-simulator.ipa path-to-xml/application.xml -C path-to/bin . -C path-to/icons . -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulatorXX.X.sdkThen I install the IPA using this command:
export AIR_IOS_SIMULATOR_DEVICE="${simulatorDevices[$deviceOption]}"adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulatorXX.X.sdk -device ios-simulator -package output-path/test-simulator.ipa)These commands have worked fine in the past (albeit on much on older versions of AIR and macOS/Xcode), but now when I come to install the IPA I get this error:
The simulator I'm targeting is an iPhone 17 Pro Max, but had the same issue when targeting other devices.
Any ideas on what to do? If you need any more info please let me know.
Beta Was this translation helpful? Give feedback.
All reactions