[msbuild] Don't ship the same Xamarin.Localization.MSBuild.dll for both Xamarin.iOS and Xamarin.Mac #9830
Labels
bug
If an issue is a bug or a pull request a bug fix
iOS
Issues affecting iOS
macOS
Issues affecting macOS
msbuild
Issues affecting our msbuild tasks/targets
regression
The issue or pull request is a regression
Milestone
We ship Xamarin.Localization.MSBuild.dll for both Xamarin.iOS and Xamarin.Mac, but this turns out problematic when users have different versions of Xamarin.iOS and Xamarin.Mac installed, and they have a solution with both Xamarin.Mac and Xamarin.iOS projects, because which Xamarin.Localization.MSBuild.dll is loaded is random, and might be out of date with the other one, ending up with errors like this:
Potential solutions:
Originally posted by @tipa in https://github.com/xamarin/xamarin-macios/issue_comments/705712527
The text was updated successfully, but these errors were encountered: