开发者

How do you produce one static library for both release/debug on the iPhone?

开发者 https://www.devze.com 2023-01-13 06:38 出处:网络
I would like to release a static library similar to what PayPal did (https://www.x.com/community/ppx/xspaces/mobile/mep) for the iPhone.They were successful in incorporating both the release/debug ver

I would like to release a static library similar to what PayPal did (https://www.x.com/community/ppx/xspaces/mobile/mep) for the iPhone. They were successful in incorporating both the release/debug version of their static libraries into one single *.a file. I have found solutions to combine simu开发者_StackOverflowlator/device static libraries but not combining release/debug libraries without causing a collision on platform. (http://blog.costan.us/2009/12/fat-iphone-static-libraries-device-and.html) Does anyone know how to produce a library that combines the release and debug versions of a static library?


You should check kstenerud github project https://github.com/kstenerud/iOS-Universal-Framework

0

精彩评论

暂无评论...
验证码 换一张
取 消