-
Notifications
You must be signed in to change notification settings - Fork 806
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 winobjc-tools via chocolatey #2507
Comments
@mattmunich unfortunately our stable package is in moderation right now (https://chocolatey.org/packages/winobjc-tools/0.2.170407) and until that is done you won't be able to see it with the normal commands. Use -pre for now In terms of the machine differences, looks like you are getting: Which I'll have to dig into more. Did you happen to have already installed any winobjc VSIXs? |
@DHowett-MSFT was able to repo locally and we found out the issue is related to the nugetizer VSIX that we try to install. I have opened NuGet/Home#5026 on them. @mattmunich, You can workaround the issue for now by installing the xamarin tools (Mobile development with .NET workflow option) and trying again. I will investigate other workarounds for our install script in new versions of the tools package. |
Neither laptop (community or enterprise). I am now installing the Xamarin Tooling on my community laptop and will report back later. |
Updated the readme. Please reopen if you are still having issues. |
Using an elevated powershell, yields the following results:
https://www.screencast.com/t/A9DQSsX11m
and
https://www.screencast.com/t/5dd0rPbkg64
Tried on another computer which had VS2017 Enterprise installed. It installed fine using the command
choco upgrade winobjc-tools -pre
. This did not workchoco upgrade winobjc-tools
Perhaps some tweaks to the readme are in order? Is it something about VS2017 community edition?
The text was updated successfully, but these errors were encountered: