是否可以将为 iOS ARM 编译的 .ipa 转换为可以在模拟器上 运行 的 x86?

Is it possible to convert .ipa compiled for iOS ARM to x86 which can run on emulator?

有没有办法(工具或过程)将从 iTunes 下载的 .ipa 文件转换为可以在 ios 模拟器上 运行 的东西(.app?)?

不,没有简单的方法可以做到这一点。

Here's a good answer that explains why it's not possible to disassemble an x86 binary and recompile it。从 ARM 到 x86 会为这个问题增加一个巨大的障碍。

我不知道您为什么要这样做,但最好的办法可能是在模拟器(或应用程序的替代品,如果它不是开源的)