OCBuilder 7.5.3 does not build and even crashed [Big Sur Beta 8]
AlexDanDuna opened this issue · 4 comments
I keep trying to build OC (Debug / Release) with OCBuilder 7.5.3 (and even 7.5.1 before that), but Build simply does not work: it displays it's downloading latest Lilu from repository, the status bar thingy at the bottom moves for a little left-to-right-to-left and then it just stops (the status bar and the log displays nothing anymore).. The Stop button becomes greyed out and I can Build again, but with same result.
I tried building from source thinking it might work. I chose 10.15 as deployment target and built using Product -> Build for -> Running from Xcode 12.0. I got a crash after trying to press Build in OCBuilder a few times:
EDIT: Please edit the title.. I meant it is not building the OpenCore stuff, not that it fails build in Xcode.
just ran it an runs fine you can test in terminal to see where is stops for issues
https://www.youtube.com/watch?v=Ahy4MgRJsdE
Thank you for your reply. Watching from console really helped.. it was getting stuck because Command Line tools were selected or something (I am not VERY familiar with Xcode). This probably happened because those tools got installed when I installed Homebrew (after Xcode). However, I had tried OCBuilder in between installing Homebrew and it still was getting stuck most of the time (but one or two times it worked).. maybe back then it worked because I had renamed my coexisting Xcode Beta to Xcode.
SOLUTION:
In any case, I applied the fix here to switch Xcode back to full xcode instead of command line tools and now it is working fine:
# Change the path if you installed Xcode somewhere else.
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
SUGGESTION:
Would it not be possible to show that error in OCBuilder's GUI?
As I side note, I was actually able to compile it with a personal account, too. Could you please explain why a developer account is needed? EDIT: I just noticed you might have wrongly interpreted my issue's title because of my very poor wording (which I mentioned should be changed in my OP since I cannot change it myself :) )
Thank you for your help and for sharing this App with us! :)
Please look at earlier closed issues and you will see what you need to do. The reason for the developer account is because of the Sparkle framework for updates.