Integrate open-source framework into my app
问题 I'm using the open-source Cyberlink UPnP framework in my app. How can I link this framework to my app, so that other user who try to install my application won't need to also install the framework? I tried to use the source files, and link them, but I'm having problems with that. I read this programming guide for that framework: http://www.cybergarage.org/pdfdoc/clinkobjcproguide.pdf What's the best way to do this? 来源: https://stackoverflow.com/questions/7937964/integrate-open-source