Pull to refresh

Comments 2

Начиная с Xcode 6 необходимость в ios-sim отпала, можно использовать xcrun:
open -a "iOS Simulator" --args -CurrentDeviceUDID <udid нужного симулятора>
xcrun simctl install booted <путь к приложению>
xcrun simctl launch booted <название приложения>
Sign up to leave a comment.

Articles