Compiling error command line tools Xcode
-
when I go to compile au/vst from the hise menu, the terminal pops up and stops at this:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin22/rbconfig.rb:21: warning: Insecure world writable dir /Users/axiomcrux in PATH, mode 040777
I have Xcode installed as well as the command line tools, and I looked in that folder that it mentions and there is a few folders there, and tried re-installing command line tools, but its still giving the same error.
Any osx devs that have any idea what I should try next to fix this?
-
@AxiomCrux said in Compiling error command line tools Xcode:
Any osx devs that have any idea what I should try next to fix this?
Search for that error message on the forum, it's come up several times and there is a solution which I always forget but it involves typing something into the command-line.
-
@d-healey that was the first thing I tried before posting, IDK the search in here doesn't work too well for me, I often don't get any or many results, ill see if there are some search options I might be able to tweak..
at any rate I dug around and found a stack overflow solution I am trying right now that basically boils down to :
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
-
Well, got passed that error and now I have
Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning ā error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible. Build Carbon Resources build phases are no longer supported. Rez source files should be moved to the Copy Bundle Resources build phase. (in target 'Vibrator Bass - AU' from project 'Vibrator Bass')
I will try searching the forum for " error: Cycle in dependencies detected" and see if anything comes up
-
@d-healey am I doing something wrong here?
I also tried the full error, this has been my general experience searching the forum for things that I expected to get some results for prior posts. I did search for the new cycle in dependencies error and got a few results including a few that included the xcodebuild error, but none of those had solutions to the cycle in dependencies. And just now when I searched again for afaik the exact same search terms I got nothing, then trimmed it down to "cycle in dependencies" and got 1 result with a solution.
-
@d-healey Oh ok, it keeps reverting my search box selection from "titles and posts" to "titles"
-
@AxiomCrux Did you solve it?