I'm up and running!
I went into
Configure "Build Lazarus" and set the option to
Clean All along with
Switch after building to automatically, and kicked off the rebuild.
I had a slight hiccup when the rebuild failed because...
"svn2revisioninc" can't be opened because Apple cannot check it for malicious software.
This software needs to be updated. Contact the developer for more information.
but this was easily solved by opening the
Svn2RevisionInc.lpi project in
Lazarus 4.0 and building it.
The only slight problem is that the
startlazarus loader doesn't seem to be working. It gives the error message...
File not found
Can't find the lazarus executable / Applications/Lazarus_4.0/ startlazarus.app/Contents/MacOS/ lazarus
In normal circumstances, it doesn't matter because I normally use the
lazarus.app bundle to launch
Lazarus and all is well. It's just that the
Rebuild Lazarus option seems to insist on calling the
startlazarus loader.
@TRon said recently that... "btw it is advisable to run
startlazarus instead of
lazarus (but I do not know if the mac build creates
startlazarus)." but given that it doesn't work for me, I'll stick to the
lazarus.app bundle
Thanks to @Martin_fr, who provided me with enough clues to enable me to figure it out 🙏🏽