You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}
The text was updated successfully, but these errors were encountered:
Hi @mustafaibrahim989, thank you for reaching out regarding this issue! We are working on more prioritized issues at the moment but will get back to this one soon.
Hi @aleksandrlevochkin , any updates on this, or any workaround you might want to share with us, please? This also happens with react-native version 0.74.5
Task name
xcode@5
Task version
5
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
macOS-13
Question
The text was updated successfully, but these errors were encountered: