How to add Private Frameworks into Project?
I have a framework that's part of my app and I want to add it as a private framework 开发者_如何学Cso I can distribute it. However, I couldn't find a way how to do it. Apple does provide steps on how you should add private frameworks, but they're too brief to follow. If anyone can point my to the right way on how to do this, I'd be really glad. Thanks.
Apple already provided steps for Embedding a Private Framework in Your Application Bundle. You should read this document.
精彩评论