You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times when i want to build a package the build fails with error: error MSB3030: Could not copy the file "C:\Users\samos\.nuget\packages\kebechet.maui.microsoftclarity.ios\2.0.0\lib\net8.0-ios17.2\Maui.MicrosoftClarity.iOS.resources\Clarity.xcframework\ios-arm64_x86_64-simulator\Clarity.framework\Modules\Clarity.swiftmodule\arm64-apple-ios-simulator.private.swiftinterface" because it was not found.
Workaround:
Remove from your local nuget storage all files in folder: kebechet.maui.microsoftclarity.ios\2.0.0\lib\net8.0-ios17.2\Maui.MicrosoftClarity.iOS.resources\Clarity.xcframework\ios-arm64_x86_64-simulator\Clarity.framework\Modules\Clarity.swiftmodule\arm64-apple-ios-simulator.private.swiftinterface
Many times when i want to build a package the build fails with error:
error MSB3030: Could not copy the file "C:\Users\samos\.nuget\packages\kebechet.maui.microsoftclarity.ios\2.0.0\lib\net8.0-ios17.2\Maui.MicrosoftClarity.iOS.resources\Clarity.xcframework\ios-arm64_x86_64-simulator\Clarity.framework\Modules\Clarity.swiftmodule\arm64-apple-ios-simulator.private.swiftinterface" because it was not found.
Issue created: xamarin/xamarin-macios#21111
Probably it is caused by MAX_PATH limit:
dotnet/maui#17828
https://developercommunity.visualstudio.com/t/Allow-building-running-and-debugging-a/351628
The text was updated successfully, but these errors were encountered: