I’m using a Mac for the first time and am trying to update an existing project for XCode. I’ve spent two days fighting with it and finally got it to compile, but now I can’t get the program to launch. I’m used to Visual Studio, where you press the big play button at the top and wait for the program to pop-up for debugging. In XCode I can get it to build, but nothing pops up. Can anyone help? It’s probably something very simple.
Some other information that might be relevant:
- I’m making a plugin and using the
JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1
definition. - I’m using XCode 10.1 (quite old but I can’t update it).