Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoyin258/2ef8ac51a003e4de7eb0d8c2fa9ebd20 to your computer and use it in GitHub Desktop.
Save hoyin258/2ef8ac51a003e4de7eb0d8c2fa9ebd20 to your computer and use it in GitHub Desktop.
Step for create iOS build and get the iOS build from simulator, and fetch the app and install it in another simulator
# open project and Run project and create the iOS App
# Get the simulator ID
instruments -s devices
# Go to folder of simulator
open ~/Library/Developer/CoreSimulator/Devices/[Simulator UDID]
# Get the app
cd data/Containers/Bundle/Application
# Open another simulator, by Xcode > Open Developer Tool > Simulator
#drag the .app file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment