cordova - ios-sim command and Xcode 6.0 -Not able to start ios8 devices -
I am using the iOS-SIM utility to start the simulator. We have upgraded Xcode 5.1.1 to Xcode 6.0 GM.
We have an application made on SDK 8.0. So when compiling with xcode 6.0 and running on the iOS 8.0 simulator, it works fine.
While running through iOS-SIM utility it is the iOS 7 devices.The command
ios-sim projection path toMyApp --sdk 8.0 --devicetypeid com.apple.CoreSimulator. SimDeviceType.iPhone-5s
I have changed the command line tools. Point to Xcode 6.0
I need to check or configure more.
IOS-SIM was designed by the old iOS simulator reverse engineering. With Xcode 6, iOS Simulator now has a core simulator. Is based on the framework. You should probably have an infection to use 'Exercise Siml ...' instead of the iOS-SIM utility.
Comments
Post a Comment