Sunday, October 4, 2015

install ios app in simulator

We can't directly install any iOS app on simulator.

But If you have a app bundle for simulator which was built by someone else (or archived), you can install it using simctl

xcrun simctl install booted /path/to/your.app

No comments:

Post a Comment