简体   繁体   中英

Packing a 3rd party framework into my own library/framework on iOS

I'm trying to build an SDK for other developers to use. On this SDK I'm using other 3rd parties frameworks. I can deliver the SDK with the 3rd party Frameworks but I want the integration would be as simple as possible so it would be really nice if I could pack it all into one framework file.

I've succeeded to pack the device and simulator .a file using aggregate and lipo, But I can't find how to add 3rd party frameworks to this package.

Please help.

I've used this code: https://github.com/kstenerud/iOS-Universal-Framework

Using "Fake Framework" solved all my problems!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM