how to edit "Allow debugging when using document Versions Browser"
I'm using Xcode 6.4, and the instructions on the MuseScore web page seem to be a bit confusing.
https://musescore.org/en/developers-handbook/compilation/compile-instru…
The paragraph is
> In Xcode 5+, 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.
I don't have Product->Edit Scheme in the Xcode menus.
Does anyone know the new way to edit this?
Comments
I found it. The correct (6.4) menu item is:
Product -> Scheme -> Edit Scheme..
But warning, "Edit Scheme" is veerrrryyyyy var down the menu. You have to scroll the menu to the bottom which takes about 5 seconds. There you find "Edit Scheme.."
In reply to I found it. The correct by jim.newton.562
I updated the instruction page.
https://musescore.org/en/developers-handbook/compilation/compile-instru…
In reply to I updated the instruction by jim.newton.562
Thanks Jim!