Is xcpretty for XCode 10.3 or XCode 8?
-
Hi guys
I think XCode 10.3 is working with Hise on Catalina.
Do you use xcpretty for mac plugin export, on Catalina with XCode 10.3?
Or xcpretty is only for XCode 8? -
Also for 10.3
-
@d-healey said in Is xcpretty for XCode 10.3 or XCode 8?:
Also for 10.3
Thank you for the clearification Dave.
I've downloaded xcpretty, the downloaded package is in the "Downloads" section. When I type
sudo gem install xcpretty
, it is not working.How the Terminal will know that xcpretty is in the "Downloads" directory? I think it is the problem.
-
@Steve-Mohican It doesn't it installs it via gem
https://stackoverflow.com/questions/39381360/how-do-i-install-ruby-gems-on-mac
-
@d-healey said in Is xcpretty for XCode 10.3 or XCode 8?:
@Steve-Mohican It doesn't it installs it via gem
https://stackoverflow.com/questions/39381360/how-do-i-install-ruby-gems-on-mac
Yes exactly!
First I opened
Gem
file in the xcpretty download package.
Thensudo gem install xcpretty
command in Terminal, worked.Thank you so much for the help. @d-healey