2011年6月7日

摘要: http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/ 阅读全文
posted @ 2011-06-07 20:15 禚来强 阅读(158) 评论(0) 推荐(0)
摘要: 为了代码保密或者代码重用等等原因需要把现有的代码打包放入静态库中,这也是静态库的好处,所以今天一天都在研究如何用xcode 4创建静态库,也是为了我们的项目需要。QQ发布的微博SDK会报错,也是因为没有把静态库打包为unniver static libraries的原因,至于是什么是unniver static libraries,大家可以google一下。(http://blog.boreal-kiss.net/2011/03/15/how-to-create-universal-static-libraries-on-xcode-4/)下面是创建静态库的方法1.xcode-create p 阅读全文
posted @ 2011-06-07 19:36 禚来强 阅读(945) 评论(0) 推荐(0)
摘要: How to create universal static libraries on Xcode 4: the traditional way by borealkiss [Note on 09.04.2011: This article will not be helpful unless you really need universal static libraries for distribution purposes etc. Instead, using workspace is a better way for daily development.] INTRODUCTION. 阅读全文
posted @ 2011-06-07 18:36 禚来强 阅读(534) 评论(0) 推荐(0)
摘要: http://developer.apple.com/library/prerelease/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iPhoneOS4.html#//apple_ref/doc/uid/TP40009559-SW5 阅读全文
posted @ 2011-06-07 11:34 禚来强 阅读(1354) 评论(0) 推荐(1)

导航