Skip to content

Instantly share code, notes, and snippets.

@Kymer
Last active August 22, 2019 08:08
Show Gist options
  • Save Kymer/0f1bab82018b37138f5cdff3299ddcd4 to your computer and use it in GitHub Desktop.
Save Kymer/0f1bab82018b37138f5cdff3299ddcd4 to your computer and use it in GitHub Desktop.

Xcode build settings

DEPLOYMENT_POSTPROCESSING

Set DEPLOYMENT_POSTPROCESSING to true for release config.

→ Setting this flag makes Xcode not copy libswiftRemoteMirror.dylib to the root app bundle, which is disallowed by ITMS (ERROR ITMS-90171)

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