Sync provisioning profiles by triggering a build with automatic signing. This downloads and updates provisioning profiles from Apple Developer Portal.
Options
How It Works
This command triggers a build with the -allowProvisioningUpdates and -allowProvisioningDeviceRegistration flags, which allows Xcode to:
- Download missing provisioning profiles from your Apple Developer account
- Register new devices if needed
- Update expired profiles
Run this command when you see signing errors related to expired or missing provisioning profiles.
Use Cases
Fix Signing Errors
After Adding New Team Members
CI/CD Setup