Glib use in an iPhone App

孤人 提交于 2020-01-01 17:11:48

问题


I would like to develop an iPhone App based on an existing open-source Objective-C framework, however that framework makes extensive use of the glib library and I cannot find a way to build and include the glib library for an iPhone app (non jailbreak).

Is there any way this can be done, or is there any recommended approach to porting a framework away from glib?

Thanks


回答1:


I would recommend porting away from because glib is GPL licensed, which means that you will have to open source all your application code. Or maybe that is not an issue?




回答2:


no, guys, using LGPL projects on iPhone (where you indeed need to statically link) is legal as long as you provide your app's object code so the user can (if technically versed) re-link your app with a new version of the LGPL lib. Of course, you still need to re-publish the lib if you change any of that code.



来源:https://stackoverflow.com/questions/2225233/glib-use-in-an-iphone-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!