Pages

Thursday, February 28, 2013

Adding dependencies and libraries to app file

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!


View the original article here

0 comments:

Post a Comment