How to create SDK with framework that using cocoa-pods

为君一笑 提交于 2020-07-23 08:20:29

问题


I have a framework that using with some cocoa pods. now I'm trying to create SDK from the framework, but don't show all the classes, how do I do it?


回答1:


Make sure that the public keyword is in front of your class declaration - they changed the scope default from public by default to private.



来源:https://stackoverflow.com/questions/57250123/how-to-create-sdk-with-framework-that-using-cocoa-pods

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