How to create SDK with framework that using cocoa-pods

63 Views Asked by At

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

There are 1 best solutions below

0
amok On

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