问题
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