Whenever I run anything in xcode it opens an extra terminal that runs the program then exits immediately, but the app still runs through the normal xcode launch. It's not a huge issue but It's getting really annoying to realize I have like 7 windows of terminal open that are just doing nothing.
Has anyone had this issue before?
Post
Replies
Boosts
Views
Activity
I'm working with the metal-cpp header library in xcode and getting a linker error:
But it does not tell me what symbols are undefined and adding -v to the "Other Linker Flags" section of the build tab seems to do nothing.
I can't seem to find anyone else that has had this issue so any help would be greatly appreciated.