Skip to content

Instantly share code, notes, and snippets.

@nvanselow
Created February 5, 2017 02:44
Show Gist options
  • Save nvanselow/418659f15efb79a9296bc5f682fc103c to your computer and use it in GitHub Desktop.
Save nvanselow/418659f15efb79a9296bc5f682fc103c to your computer and use it in GitHub Desktop.
Fix missing provisioning profiles when running `ionic build ios`

To fix missing provisioning profiles when running ionic build ios run the following command to copy the profiles to the correct directory for ionic. sudo cp -r ~/Library/MobileDevice/ /Library/MobileDevice/

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