-
Notifications
You must be signed in to change notification settings - Fork 5
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
[question]: MAUI - Error updating nuget from 4.3.3 to 5.0.2 #79
Comments
What version of Xcode and .Net are you using? |
Same problem with XCode 15.0.1 in distant Mac and .net Maui 8 with Visual Studio 2022 v 17.8.1 windows 11 |
Same problem. |
Same problem here. This is how i fixed it:
(Credits: @TobiasBuchholz) |
I did the same as snoova except I used RegEdit to add long path support. And I right-clicked My Computer, properties, advanced, environment variables to test Temp to be C:\Tmp. I found LongPathEnabled turned off and needed to be reset periodically. |
@DaveBrask do you create a short directory for the nugets? |
I'm using 5.1.3. I didn't need to restore from the command line. |
How can we help?
When trying to update the nuget package in our MAUI app from 4.3.3 to 5.0.2 or any 5.X.X i get the following error:
Path not found:
C:\Users\DaveXXXXX.nuget\packages\onesignalsdk.dotnet\5.0.2\res\ios\OneSignalFramework.xcframework\ios-arm64_x86_64-maccatalyst\OneSignalFramework.framework\Versions\Current\Modules\OneSignalFramework.swiftmodule\x86_64-apple-ios-macabi.private.swiftinterface
The path is 260 characters long but i already enabled "LongPaths" in windows registry.
Is this really a path problem or did anyone have this problem?
Code of Conduct
The text was updated successfully, but these errors were encountered: