-
Notifications
You must be signed in to change notification settings - Fork 516
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
[macOS] Build warning "Code signing has been requested multiple times" #15632
Comments
Possibly introduced by @rolfbjarne 's code signing changes. |
Note to self: I believe the fix would be to compile the entitlements once per build (as opposed to once per architecture). |
I do also have this problem and i am relatively new to coding. How do i fix this. |
@AlexanderZuehr this is just a warning and shouldn't prevent anything from working, so you should be able to just ignore it. If that's not the case, please file a new issue and we'll figure out what's going on. |
I encountered a build warning when dealing with this issue and it was recommended to me to open a new issue for it.
Steps to Reproduce
Expected Behavior
no warning
Actual Behavior
this warning shows:
/usr/local/share/dotnet/packs/Microsoft.macOS.Sdk/12.3.442/tools/msbuild/macOS/Xamarin.Shared.targets(2053,3): warning : Code signing has been requested multiple times for 'bin/Debug/net6.0-macos/publish/../myapp.app/Contents/MonoBundle/createdump', with different metadata. The metadata 'CodesignEntitlements' has different values for each item (once it's 'obj/Debug/net6.0-macos/osx-x64/Entitlements.xcent', another time it's 'obj/Debug/net6.0-macos/osx-arm64/Entitlements.xcent'). [/Users/tp/GitHub/myapp.csproj]
Environment
Build Logs
msbuild.binlog.zip
The text was updated successfully, but these errors were encountered: