Does Apportable support to build library binary (.a/.so)?

和自甴很熟 提交于 2019-12-12 18:09:15

问题


Is it possible to build .a or .so library files to use with build app body?

If it is not, is it possible to build an Xcode project with multiple sub-projects?


回答1:


Sub-projects are supported; they will actually internally build with the build system as static libraries (.a).

However note: that this is slightly different than iOS build procedures in that the build system will automatically treat these libraries as if they had -ObjC -all_load linker flags.



来源:https://stackoverflow.com/questions/16537856/does-apportable-support-to-build-library-binary-a-so

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