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

It seems like Xcode 16 changed Provisioning\ Profiles to ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles #2878

Open
Hellomik2002 opened this issue Sep 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Hellomik2002
Copy link

I can not run bazel build on IOS anymore after Xcode update 16.

The Error happens with local_provisioning_profile_finder function in Bazel. They changed the path of profiles and now /platform/ios/CONTRIBUTING.md need a little fix. I tried install Profiles manually but it doesn't work

@Hellomik2002 Hellomik2002 added the bug Something isn't working label Sep 27, 2024
@Hellomik2002
Copy link
Author

Hellomik2002 commented Sep 27, 2024

I fixed with by reference but it seems like a terrible solution ln -s (I lost another part sorry)

@louwers louwers closed this as completed Sep 30, 2024
@louwers
Copy link
Collaborator

louwers commented Sep 30, 2024

Updated Bazel and dependencies, looks like it is fixed now.

@louwers louwers reopened this Oct 1, 2024
@louwers louwers closed this as completed Oct 22, 2024
@louwers louwers reopened this Oct 22, 2024
@louwers
Copy link
Collaborator

louwers commented Oct 22, 2024

We need to update rules_apple to 3.9.2 to fix this.

@louwers
Copy link
Collaborator

louwers commented Oct 24, 2024

For now you need to do

ln -s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles

There is an issue with rules_xcodeproj when updating rules_apple: MobileNativeFoundation/rules_xcodeproj#3092

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants