Run a compiled iPhone Simulator App Build? (.app) without Xcode?

前端 未结 4 2005
北恋
北恋 2021-02-14 01:13

So have a complete build of my app compatible for the iOS Simulator on Snow Leopard. Now I don\'t want to install Xcode on my other Mac to run this.

The question: Is th

相关标签:
4条回答
  • 2021-02-14 01:53

    Try using app.io, worked great for me, and it's free

    0 讨论(0)
  • 2021-02-14 02:00

    Try Simulator Launcher:

    Simulator Launcher builds custom executables to automatically launch an embedded iPhone Simulator application using the correct iPhone SDK.

    0 讨论(0)
  • 2021-02-14 02:06

    ios-sim seems to be the only one that works with xcode 6.3 https://github.com/phonegap/ios-sim

    0 讨论(0)
  • 2021-02-14 02:09

    The Simulator app depends on other directories and files in the SDK/Xcode installation. Best bet is to install the full iOS SDK and then try deleting Xcode and other stuff until you find the minimum required.

    There is no other app.

    0 讨论(0)
提交回复
热议问题