在 iPhone 模拟器上安装系统/其他应用程序
默认情况下,当我们启动 iPhone 模拟器时,它只安装了很少的应用程序。 是否可以在我的模拟器上安装其他系统应用程序(例如电话、短信、地图等)或其他本机应用程序(例如 Facebook 等)?
By default when we start iPhone simulator it has only few apps installed.
Is it possible to install other system apps (such as phone, text, map etc) OR or other native apps (such as facebook etc) on my simulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没有。不同的架构——本机应用程序是为 ARM CPU 构建的,模拟器应用程序是为 x86 CPU 构建的。二进制文件完全不兼容。
Nope. Different architectures—native apps are built for an ARM CPU, simulator apps for an x86 one. The binaries are totally incompatible.
目前这是不可能的。
This is not possible at the moment.
这是不可能的
模拟器不运行 ARM 代码,仅运行 x86 代码。除非您拥有 Apple 的原始源代码,否则您不会在模拟器上看到 App Store。
即使您没有开发人员帐户,您编写的应用程序也可以通过直接从 Xcode 运行来在模拟器中进行测试。要在实际设备上测试您的应用程序,您需要加入 Apple Developer 计划。
This is NOT possible
The Simulator does not run ARM code, ONLY x86 code. Unless you have the raw source code from Apple, you won't see the App Store on the Simulator.
The app you write you will be able to test in the Simulator by running it directly from Xcode even if you don't have a developer account. To test your app on an actual device, you will need to be apart of the Apple Developer program.