Open Closed

abp studio can not find my path #7976


User avatar
0
benguahao@foxmail.com created

Abp Studio. alert


8 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    I don't know which version of ABP Studio you are using, but somehow it seems to me that ABP Studio cannot access environment variables and binary files because it is not permitted. Can you run the following command in the terminal and try again?

    sudo open /Applications/ABP\ Studio.app

  • User Avatar
    0
    benguahao@foxmail.com created

    It is works, but why ?

    I try to remove the abp studio ,and install the newest one ,the same error has seen again,

    how can I open it directly with out sudo,I am the admin user of System

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Studio should now be able to access the following paths without any problem:

    /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/usr/local/lib/nodejs/bin:/opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin

    I think that in your configuration the relevant binaries might be in a different place, but I'm not sure. We need to perform a test to make sure of that. I installed nodejs with homebrew and that's why it is in the path /opt/homebrew/bin/node. When I search for /opt/homebrew/bin in the path list above, it is there. Can you try the same process?

    If you want to know where an application is installed you can use the where command. For example where node

  • User Avatar
    0
    benguahao@foxmail.com created

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Interesting, there doesn't seem to be any problem with your configuration. We know the cause of the problem, but I am not sure how to solve it, so I will ask you to try more things. Can you grant Developer Tools, Accessibility, and Full Disk Access permissions to ABP Studio? Below I have explained how to do it for Full Disk Access, but you need to do the same for others:

    Apple menu > System Settings, click Privacy & Security in the sidebar, then click Full Disk Access on the right. (You may need to scroll down.) Turn permission on for ABP Studio. If you don’t see the app you want to grant permissions for, click the Add button at the bottom of the list of apps, search for the app, select it, then click Open.

    If this does not work, can you allow the relevant folders as follows?

    sudo chmod o+w /usr/local/bin/ sudo chown -R $(whoami) /usr/local/bin

  • User Avatar
    0
    benguahao@foxmail.com created

    it does not worked for me,both grant permessions or allow the relevant folders

    abp studio is work for me before I update the mac os to v15.0

    do you test it in same os version?

  • User Avatar
    0
    benguahao@foxmail.com created

    This is another terrible experience. I purchased it once before, but I refunded it because it does not support non Mac chips. I recently purchased a Mac Mini that uses the Apple M1 chip. I made another purchase, but the result is still a bad experience or various issues. I am very skeptical about the quality of this product. Do I still have a chance to get a refund? Change to trial?

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    I understand the problems you are experiencing and I am really sorry for them. We are doing our best with the feedback from you, but these are things that take time. As a developer I can honestly say that right now ABP Studio has some bugs and that's why we still consider ABP Studio as beta. There is a big difference between the Studio 1 month ago and now, both in terms of features and the number of bugs. You may have noticed that we have made improvements, feature additions, etc. in a very short time. In addition, despite all these improvements, we are trying to support you in a very short time in case of any problems you experience. I don't know how the refund process works, but if you are thinking of refunding, you can send an e-mail to marketing@volosoft.com.


    abp studio is work for me before I update the mac os to v15.0

    do you test it in same os version?

    Unfortunately, I am using version 14.6.1, but I will update to version 15.0.0 very soon and then I can reproduce your problem.

    Obviously, I am not very familiar with what Apple has changed with the new version, but I believe that I can solve the problem in a short time when I can reproduce it. For now, what I can suggest you as a workaround is to run ABP Studio with admin privileges. Thank you for your patience.

Made with ❤️ on ABP v9.0.0-preview Updated on September 27, 2024, 06:34