Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created February 2, 2018 16:17
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DorkNstein/3391de84aeca015dc48ff97edc156b46 to your computer and use it in GitHub Desktop.
Save DorkNstein/3391de84aeca015dc48ff97edc156b46 to your computer and use it in GitHub Desktop.
How to make ios simulator builds for facebook review
ditto -ck --sequesterRsrc --keepParent `ls -1 -d -t ~/Library/Developer/Xcode/DerivedData/*/Build/Products/*-iphonesimulator/*.app | head -n 1` path/to/YourApp.zip
## https://developers.facebook.com/docs/ios/getting-started/advanced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment