开发者

Is it possible to run iOS simulator on a Mac without Xcode installed?

开发者 https://www.devze.com 2023-01-30 23:51 出处:网络
There are a few questions relating to this topic but nothing quite the same when it comes down to the details:

There are a few questions relating to this topic but nothing quite the same when it comes down to the details:

We would like to use the iOS Simulator without installing the rest of XCode on a macbook. It is an in-house laptop, and will be used by employees, but not engineers.

We already know how to run applications on the simulator without the source code and compiling required, but it would be nice to be able to install a 100MB app and 开发者_如何学运维application support that can run our in-house distribution app as opposed to a 2.4GB XCode installation. Any ideas? Thanks.


The Simulator app requires several other large directories from the Xcode distribution in order to work at all. The only official way to install all of those properly is to install the entire SDK from the dmg. Then you can experiment with deleting the hopefully "unneeded" directories. Be prepared to start over if you delete something that the Simulator requires.


You would have to extract the Simulator pkg from the Xcode DMG. The only thing is that the Simulator depends on having an SDK installed, that way it knows which iOS to run the app in.


Simulators are not available as separate/stand alone downloads.


No, you can't download ios simulator stand-alone

0

精彩评论

暂无评论...
验证码 换一张
取 消