Reputation: 8405
I saw one of the post showing how to build and run standalone app on ios simulator
Is there a way to run directly on iOS device
Upvotes: 2
Views: 1277
Reputation:
Apple has ‘simctl’ binary to interact with iOS simulators from command line.
xcrun simctl install booted yourappname.app
More information can be found here.
Upvotes: 0