Reputation: 1876
I need to test my app on iOS 7.1 but ran out of options.
My setup:
I cant run the iOS 7 simulator - the simulator says that the runtime cannot be found and I cannot download iOS 7 from "downloads.
Do you have any suggestions?
Upvotes: 0
Views: 125
Reputation: 129
My advice: (Remind: my English is limited, my expression is not very good!) 1.We can use Xcode7 to compiler to generate debug app 2.Use the xcode - select switch commandline tool to Xcode6.4 3.Run xcode6.4 iOS7 simulator 4.Using xcrun simctl installed test app to xcode6.4 iOS7 simulator 5.Run to check the effect (can't debugging)
Upvotes: 1