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

Mac App Not Handling Provisioning Profile Correctly #7755

Closed
2 of 10 tasks
ausetiad opened this issue Jun 20, 2023 · 2 comments
Closed
2 of 10 tasks

Mac App Not Handling Provisioning Profile Correctly #7755

ausetiad opened this issue Jun 20, 2023 · 2 comments

Comments

@ausetiad
Copy link

Description

Getting this error building a Mac App on macos-13 runner on Xcode 14.3.1

.xcodeproj: error: Provisioning profile "" doesn't include the currently selected device "Mac-
99.local" (identifier
********). (in target '
' from project '*')

This wasn't a problem on macos-12. The expectation is that the pipeline downloads the provisioning profile correctly.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Image: macos-13
Version: 20230611.2

Is it regression?

Yes. Issue didn't exist in macos-12 or internal-macos-12

Expected behavior

Provisioning profile is handled by the runner/pool.

Actual behavior

Getting this error:

.xcodeproj: error: Provisioning profile "" doesn't include the currently selected device "Mac-
99.local" (identifier
********). (in target '
' from project '*')

Repro steps

  • Mac Application, building in macOS 13 image, Xcode 14.3.1
@ilia-shipitsin
Copy link
Contributor

interesting.

do you have link to failed build ?

(or maybe repro steps)

@ilia-shipitsin
Copy link
Contributor

after private communication with @ausetiad it turned out that provisioning profiles depend on UUID which is dynamically generated on MacOS 13 runners.

switching to fixed UUID is in progress

similar issue: #7591

closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants