Skip to content

[Question]: xcode@5 is not picking the entitlement file when submitting archive to Apple TestFlight #19005

@mustafaibrahim989

Description

@mustafaibrahim989

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 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions