
iOS
文章平均质量分 57
will_hsbsch
这个作者很懒,什么都没留下…
展开
-
Poco交叉编译之iOS
POCO GNU平台编译方法(CYGWIN,Mac OS, Linux, Unix)1 下载poco-1.4.4.tar.gz,解压进入到Poco源代码的目录;2 设置编译选项。在源代码目录中执行命令./configure --static --no-tests --no-samples --no-sharedlibs,命令执行完成后会把编译选项写入同目录下的config.make文件原创 2014-04-27 18:06:10 · 1336 阅读 · 0 评论 -
iOS崩溃堆栈还原
我们以前定位crash的流程如下:到iFunshion.app.dsym(app对应的符号文件)目录下,执行命令atos -o 'iFunshion.app.dSYM/Contents/Resources/DWARF/iFunshion' -arch armv7崩溃时的调用地址就能定位到程序代码的某一行了。到ios4.3以后,直接用“十六进制的崩溃内存地址”就不能定位到正确的程序代原创 2014-04-27 17:54:26 · 2495 阅读 · 1 评论 -
boost交叉编译之iOS
it appears that two of the boost libraries fail (one of them is threading-multi) but I guess ogre doesn't use them so thats fine.Create a user configuration file/Users/xingjb/user-config.jamus原创 2014-04-27 18:07:55 · 1247 阅读 · 0 评论 -
boost 1.55.0 Xcode 5.1 iOS/iOSSim交叉编译iOS7.1
1 和 以前的 交叉编译一致:在用户目录下建立user原创 2014-08-11 20:50:19 · 1697 阅读 · 3 评论