Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 4 tasks
mustafaibrahim989 opened this issue Sep 21, 2023 · 5 comments
Labels
Area: ABTT Akvelon Build Tasks Team area of work bug Task: Xcode

Comments

@mustafaibrahim989
Copy link

mustafaibrahim989 commented Sep 21, 2023

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 }}
@github-actions github-actions bot added Area: Release triage Area: ABTT Akvelon Build Tasks Team area of work Task: Xcode labels Sep 21, 2023
@aleksandrlevochkin
Copy link
Contributor

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.

@rickrl1
Copy link

rickrl1 commented Nov 1, 2023

Hi @aleksandrlevochkin, has this been confirmed as a bug in Xcode@5? I have the same issue when using Xcode 15 with the macOS-13 vmImage.

@Wackymax
Copy link

Anyone managed to get this working? I am running into the same problem

@MWKhalid
Copy link

MWKhalid commented Oct 1, 2024

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

@alvarosg1997
Copy link

Hi @aleksandrlevochkin , any updates on this, or any workaround you might want to share with us, please?

Hi! I have the same problem, have you been able to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work bug Task: Xcode
Projects
None yet
Development

No branches or pull requests

7 participants