Run .app file in iOS 8 simulator
问题 I have a .app file shared from a developer which i would like to run in iOS 8 simulator. I have seen similar questions which has solutions for older versions of iOS which is no longer working for iOS 8. Can someone point out what needs to be done to run the .app file in an iOS 8 simulator without using xcode. 回答1: Boot the simulator you want to install it to in the iOS Simulator and then do the following: xcrun simctl install booted /path/to/Your.app xcrun simctl launch booted com.yourcompany