I'm using Xcode with a project with an external build system.
I'm trying to have xcode build and run the project, instead of going through my current workflow which involves attaching to an externally launched process.
However, xcode is getting in my way and saying it can't run the project because the target's PC LOAD LETTER "minimum deployment target" setting is set to 10.13, but I haven't upgraded yet. All the instructions for changing it say to go to the target's "General" tab is the project settings and change it there, but my target doesn't have a "General" tab.
Really frustrated with this. Xcode does some things very well, but it's soooo cumbersome and painful to set up.