-
Notifications
You must be signed in to change notification settings - Fork 808
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
Need some updated instructions re installation in newer VS versions (2019 and up) #2957
Comments
I should add that it's failing at the point where it tries to install "objc-language-services-VS2017.vsix", so I copied the folder to the desktop and tried installing it in the gui. the failure is:
I guess it's 2017 only, rather than 2017 and up. Ideas? |
It doesn’t seem like WinObjC is maintained any longer by Microsoft, which is why I wouldn’t recommend using it. I haven’t tried newer VS versions with it, and it’s likely something will not work correctly with them. If you’re looking for an alternative you can take a look at GNUstep: This is using the same Objective-C runtime and compiler support as WinObjC and supports Foundation, CoreFoundation, and libdispatch. It does not include UIKit or some of the other Apple frameworks included in WinObjC, but you can use a native Windows UI or a cross-platform UI framework like Qt with it. Hope that helps! |
What steps did the djay pro team take in order to adjust to this change? |
We’re migrating to the GNUstep toolchain (which btw. doesn’t use MinGW – it produces native Windows binaries like WinObjC). |
Not able to get winobjc-tools to install in my VS2019 dev environment (on WIN10).
I've got the "Mobile Development With .NET" workload installed (i already had it installed, but it's specifically mentioned as workaraound in the WinObjC readme).
I'm running powershell as admin and issuing the following command:
choco upgrade winobjc-tools
The text was updated successfully, but these errors were encountered: