I had this problem after changing around provisioning profiles and app ID’s.
What fixed it for me:
- Quit XCode
- In Terminal.app, navigate to your project directory and execute
rm -rf build/ - Restart XCode
I had this problem after changing around provisioning profiles and app ID’s.
What fixed it for me:
rm -rf build/