简体   繁体   English

如何在 Mac 上的 iOS 模拟器上运行 a.ipa 文件?

[英]How to run a .ipa file on an iOS Simulator on Mac?

I have a.ipa file.我有一个.ipa 文件。 I want to run the iOS App on the iOS Simulator on my mac.我想在我的 mac 上的 iOS 模拟器上运行 iOS 应用程序。 Would appreciate if anyone could please let me know how can I run.ipa file on iOS Simuilator?如果有人能告诉我如何在 iOS 模拟器上运行 .ipa 文件,我将不胜感激? Thanks!谢谢!

The iOS Simulator is not an emulator , so ARM-compiled IPAs for iOS devices won't run on Intel Macs. iOS Simulator 不是仿真器,因此 iOS 设备的 ARM 编译 IPA 无法在 Intel Mac 上运行。

If you have an M1 ARM Mac, you can run iOS apps officially on macOS.如果你有 M1 ARM Mac,你可以在 macOS 上正式运行 iOS 应用程序。 You might be able to copy the.app bundle inside the IPA (it's just a zip) to the simulator's Applications folder, but I don't have an M1 Mac to try.您可以将 IPA 中的 .app 包(它只是一个 zip)复制到模拟器的应用程序文件夹,但我没有 M1 Mac 可以尝试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM