iOS mixed dynamic framework - bridge objc headers with private module

﹥>﹥吖頭↗ 提交于 2019-12-04 05:45:41

Turns out that after you compile the framework you can go to the framework header, delete all the "private" headers you don't want to expose.

After that you can delete all of the header files you don't want to expose from the "Headers" directory.

Works as expected

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