运行已编译的 iPhone Simulator App Build?(.app) 没有 Xcode?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5121790/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:19:33  来源:igfitidea点击:

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

iphonexcodeios-simulator

提问by cocos2dbeginner

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.

因此,我的应用程序的完整版本与 Snow Leopard 上的 iOS 模拟器兼容。现在我不想在我的另一台 Mac 上安装 Xcode 来运行它。

The question: Is there a way to only install the iOS Simulator? I could install the app on my iOS Simulator on my primary Mac and then just copy the iPhone Simulator folder from the Library folder and paste it on my secondary Mac.

问题:有没有办法只安装 iOS 模拟器?我可以在我的主 Mac 上的 iOS 模拟器上安装该应用程序,然后只需从库文件夹中复制 iPhone 模拟器文件夹并将其粘贴到我的辅助 Mac 上。

Or is there any other app?

或者有没有其他的app?

回答by Ole Begemann

Try Simulator Launcher:

尝试模拟器启动器

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

Simulator Launcher 构建自定义可执行文件以使用正确的 iPhone SDK 自动启动嵌入式 iPhone Simulator 应用程序。

回答by hotpaw2

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.

Simulator 应用程序依赖于 SDK/Xcode 安装中的其他目录和文件。最好的办法是安装完整的 iOS SDK,然后尝试删除 Xcode 和其他东西,直到找到所需的最低限度。

There is no other app.

没有其他应用程序。

回答by Radu Simionescu

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

ios-sim 似乎是唯一一个适用于 xcode 6.3 https://github.com/phonegap/ios-sim

回答by kirill2485

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

尝试使用 app.io,对我来说效果很好,而且是免费的