Skip to content

Instantly share code, notes, and snippets.

@exaland
Last active June 15, 2021 02:16
Show Gist options
  • Save exaland/55e34044cac1f058d6daf0986b7ca1ca to your computer and use it in GitHub Desktop.
Save exaland/55e34044cac1f058d6daf0986b7ca1ca to your computer and use it in GitHub Desktop.
iOS Simulator Build APP for export and test your app

Make Build Ios from Simulator

ditto -ck --sequesterRsrc --keepParent `ls -1 -d -t ~/Library/Developer/Xcode/DerivedData/*/Build/Products/*-iphonesimulator/*.app | head -n 1` /path/ofyourchoice/MyApp.zip

Test your app

ios-sim launch /path/to/your-app.app

Contributions

Thank you all for sharing your tips on the simulator ios

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment