-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
Task name
xcode@5
Task version
5
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
macOS-13
Question
xcode@5 is not picking the entitlement file when submitting archive to Apple TestFlight
The IPA is received without any errors to TestFlight but I got ITMS-90078: Missing Push Notification Entitlement after the processing completes.
The entitlement is picked normally when using archiving via Xcode and I am not getting the missing push notifications email. The problem only happens when using azure pipeline task
Here's a sample of my pipeline
- task: Xcode@5
inputs:
sdk: 'iphoneos'
actions: 'archive'
packageApp: true
exportOptions: 'plist'
scheme: ${{ parameters.scheme }}
configuration: ${{ parameters.configuration }}
exportOptionsPlist: ${{ parameters.exportOptionsPlist }}
lettucemode