-
Notifications
You must be signed in to change notification settings - Fork 13
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
Command not found: xcsync #1605
Comments
@DgkanatsiosMasoutis is it installed globally? This is needed at present. On your Mac: dotnet tool install --global dotnet-xcsync --version 0.1.0-preview.24509.2 https://www.nuget.org/packages/dotnet-xcsync/0.1.0-preview.24509.2 Perhaps uninstall what you have and install for that command. |
@davidortinau yes it is installed globally. I found a that it is not enabled every time and i have to enable it with a command that only works for the current session but it works fine. Also i have another issue. I want to create a widget within my Xcode project and then transfer it to my .net MAUI solution but it tells me i cannot. Do i need something specific to make it work or it is just my code? Thanks in advance! |
|
|
Ok, from the message you are receiving, it appears that you installed the .NET SDK using the install script and not the installer? If that is the case, the message is correct and you need to follow the instructions on adding the tools path to your profile so that you don't have to continually add it for every session. As long as your widget is developed using C# it should work. |
I get this error when i try to run xcsync generate on CLI VS code:
zsh: command not found: xcsync
I checked if the xcsync tool is installed and i get "Tool 'dotnet-xcsync' is already installed.". I can't find why is this happening.
The text was updated successfully, but these errors were encountered: