I have a code I compiled using C++ XCode that is dependent on some 3rd party libraries and frameworks. Upon compiling the .app file, I try to move it to another mac and run it but it won't work. It complains about missing libraries and so on. I'm assuming at this point I need to include the "framework" libraries with my app. What is the best method to do this? Can anyone assist? Thanks so much!
0 comments:
Post a Comment