Last active
April 7, 2020 15:36
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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