My ultimate goal is simply to get the program to run on another Mac.
When using Visual Studio, you can compile an exe that will run anywhere as long as its dll's are in the same folder. How can I do something similar on a Mac with framework files?
It's a c++ program that I'm compiling with Xcode 7.
This link seems to offer a solution, but I believe it's instructions are describing an outdated version of Xcode.