Skip to content
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

Cannot install Nuget 0.0.7 #24

Open
aherrick opened this issue Apr 10, 2024 · 3 comments
Open

Cannot install Nuget 0.0.7 #24

aherrick opened this issue Apr 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@aherrick
Copy link

Severity	Code	Description	Project	File	Line	Suppression State	Details
Error		Could not find a part of the path 'C:\Users\me\.nuget\packages\newrelic.maui.ios.binding\7.4.10\lib\net7.0-ios16.1\NewRelic.MAUI.iOS.Binding.resources\NewRelic.xcframework\ios-arm64_x86_64-simulator\NewRelic.framework\Modules\NewRelic.swiftmodule\arm64-apple-ios-simulator.abi.json'.					

@aherrick aherrick added the bug Something isn't working label Apr 10, 2024
@ndesai-newrelic
Copy link
Contributor

@aherrick is it still the issue?

@ndesai-newrelic
Copy link
Contributor

@aherrick it is related long path issue on windows, can you enable it? https://www.microfocus.com/documentation/filr/filr-4/filr-desktop/t47bx2ogpfz7.html

@pluggy
Copy link

pluggy commented Sep 4, 2024

Enabling long paths may solve the problem in windows 10, but it does not work properly on windows 11. Even if this is a well known bug in windows 11 which has still not been fixed after quite some time, you might really want to work around it at your end because every windows 11 maui developer is likely to run into the same problem.

What worked for me is adding this property group to the project file so that nuget packages are stored elsewhere:

<PropertyGroup>
     <RestorePackagesPath>c:\ngt</RestorePackagesPath>		
</PropertyGroup>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants