VirtualBox + Export Wizard
-
I've finally got a MacOS (BigSur) running on VirtualBox. I chose BigSur because I keep seeing/reading that the newer OS versions don't like VirtualBox.
I've got HISE compiled and operating. Im running the Export Wizard and am failing the Xcode authorization. I am using Xcode 13.2 as I think the newer versions are not compatible with BigSur. Is this an issue?
I've tried exporting a demo project. The terminal opens, runs for a few seconds and then says "Complete" although no plugins were ever compile to the binaries.
-EDIT-
Now when trying to compile I see this error in the terminal:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Is anyone familiar with Mac or Virtual Machines that could help me out?
Thank you.
-
@trillbilly said in VirtualBox + Export Wizard:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
See if this helps:
https://stackoverflow.com/questions/17980759/xcode-select-active-developer-directory-error/17980786#17980786 -
@Dan-Korneff This was it. I appreciate your help!