Projucer And macOS Catalina
-
@breezykermo not a supported OS... wait until it is supported
? -
While you wait for a solution, here is a build that will work - https://www.dropbox.com/sh/8e8idawxwspcg4b/AAAGC-9AzmS3CCnc7rRZoYo4a?dl=0
-
@breezykermo the very latest Xcode gives me the same errors. You can download xcode 10.3 from the apple developer archives. That works like a charm on Catalina
-
@d-healey fantastic, thank you.
-
@dustbro also fantastic! thanks so much.
-
@d-healey said in Projucer And macOS Catalina:
While you wait for a solution, here is a build that will work - https://www.dropbox.com/sh/8e8idawxwspcg4b/AAAGC-9AzmS3CCnc7rRZoYo4a?dl=0
I use this version on catalina with xcode 10.3 installed, when exporting, this error appear :
-
@myhomestudio Looks like you're missing the xcpetty gem. To install this you need to open the terminal and put:
$ gem install xcpretty
Here is the xcpetty github page for reference. Instructions are more detailed if you scroll down a bit.
GitHub - xcpretty/xcpretty: Flexible and fast xcodebuild formatter
Flexible and fast xcodebuild formatter. Contribute to xcpretty/xcpretty development by creating an account on GitHub.
GitHub (github.com)
-
@Crystal-Audio oh thx I will try this
-
@Crystal-Audio
I have installed xcpretty I think, and now there is a different error -
@myhomestudio Yes it looks like you did. Nice work. You will need someone like @d-healey to take a look at this. That one is beyond me.
-
What version of xcode are you using?
-
@d-healey I think he said this earlier:
I use this version on catalina with xcode 10.3 installed
-
@Lindon said in Projucer And macOS Catalina:
@d-healey I think he said this earlier:
I use this version on catalina with xcode 10.3 installed
Yes that's it thx @Lindon
-
@myhomestudio Is this helpful?
xcode-select active developer directory error
Saw the following error when running an npm install which required node-gyp... but could be triggered by anything which requires xcode-select. xcode-select: error: tool 'xcodebuild' requires Xco...
Stack Overflow (stackoverflow.com)
Quoting the link:
This problem happens when xcode-select developer directory was pointing to /Library/Developer/CommandLineTools, when a full regular Xcode was required (happens when CommandLineTools are installed after Xcode)
-
@ustk Yes Thx, but now new errors
-
@myhomestudio looks like ipp isnt installed (properly)