Open Hellomik2002 opened 1 month ago
I fixed with by reference but it seems like a terrible solution ln -s
(I lost another part sorry)
Updated Bazel and dependencies, looks like it is fixed now.
We need to update rules_apple
to 3.9.2 to fix this.
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
: https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/3092
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