Thanks. I’m using xcode 6.3. And I don’t see Product->Edit Scheme..
I did find the following
It is actually Product -> Scheme ->Edit Scheme
Then if I select the Options tab I see the form shown below.
Perhaps the wiki page needs to be updated???
Anyway when I unchecked the box you suggested, my
"In Xcode 5 and 6, you might need to uncheck “Allow debugging when using
document Versions Browser” in Product-->Edit Scheme .. -->Run mscore.app.
Otherwise --NSDocumentRevisionsDebugMode YES gets passed to MuseScore, and
it doesn't know how to handle it."
See
https://musescore.org/en/developers-h
I'm pretty new to xcode (and to C++ for that matter).
I've setup my environment on my Mac to use xcode to compile musescore as a
developer.
This works great usually.
In musescore there are "targets" which I can select with the mouse. In
particular there is a "mscore" target.
Normally when I press