Sync provisioning profiles by triggering a build with automatic signing. This downloads and updates provisioning profiles from Apple Developer Portal.Documentation Index
Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt
Use this file to discover all available pages before exploring further.
Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory (defaults to current directory) |
--workspace <path> | -w | Path to workspace (.xcworkspace) or project (.xcodeproj) |
--scheme <name> | -s | Scheme name |
--verbose | -v | Show detailed xcodebuild output |
--json | -j | Output as JSON |
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
