2016年9月27日

cocos: 链接错误: _lz_adler32 in liblibquickmac.a

摘要: 错误: Undefined symbols for architecture x86_64: "_adler32", referenced from: _lz_adler32 in liblibquickmac.a(lua_zlib.o) _png_icc_set_sRGB in libcocos2 阅读全文

posted @ 2016-09-27 18:57 ZhYQ_note 阅读(749) 评论(0) 推荐(0) 编辑

Xcode编译Undefined symbols for architecture xxx 错误总结

摘要: 原文地址:https://my.oschina.net/ioslighter/blog/363211 摘要: 每次遇到这种错误就头痛,不知道要害死多少脑细胞了,就在这里做个总结吧 欢迎关注我的微博:http://weibo.com/u/1217310237 每次遇到这种错误就头痛,不知道要害死多少脑 阅读全文

posted @ 2016-09-27 17:24 ZhYQ_note 阅读(172) 评论(0) 推荐(0) 编辑

ios: 'release' is unavailable: not available in automatic reference counting mode [duplicate]

摘要: 原文地址:http://stackoverflow.com/questions/22996437/release-is-unavailable-not-available-in-automatic-reference-counting-mode 4down votefavorite 5 This q 阅读全文

posted @ 2016-09-27 15:19 ZhYQ_note 阅读(399) 评论(0) 推荐(0) 编辑

编译错误: file not found with angled include use quotes instead #include <lualib.h> 和 #include "lualib.h"

摘要: http://stackoverflow.com/questions/17465902/use-of-external-c-headers-in-objective-c 问题: 7down votefavorite 6 6 In my iOS project I need to use an ext 阅读全文

posted @ 2016-09-27 15:01 ZhYQ_note 阅读(9694) 评论(0) 推荐(1) 编辑

Xcode6中修改项目名称

摘要: 原文地址:http://blog.csdn.net/quentingui/article/details/42643633 虽说项目名称一旦确立一般不会动, 但是难保有一天就会出现这个需求,恰好今天遇到这个问题,特整理出来. 环境 mac 10.10 Xcode6.2 beta 1.想好名称(废话, 阅读全文

posted @ 2016-09-27 14:48 ZhYQ_note 阅读(178) 评论(0) 推荐(0) 编辑

Xcode - 在 Xcode 里添加和使用 Debug 宏定义

摘要: 原文地址:https://viktyz.gitbooks.io/iosnotebook/content/Notes/Note_00176_20160426.html 变更记录 方案名称 Xcode - 在 Xcode 里添加和使用 Debug 宏定义 关键字 Xcode \ Debug 模式 \ 宏 阅读全文

posted @ 2016-09-27 14:32 ZhYQ_note 阅读(847) 评论(0) 推荐(0) 编辑

芒果iOS开发之mac下github使用

摘要: 原文地址:http://www.voidcn.com/blog/crazyzhang1990/article/p-4967866.html 打开https://github.com网站,首页面有一个New repository,如图: 项目创建过程需要填写的信息: 创建完成之后如下: github开 阅读全文

posted @ 2016-09-27 13:03 ZhYQ_note 阅读(170) 评论(0) 推荐(0) 编辑

cocos2dx-Quick3.8.1手动集成 (Cocos3.8.1集成Quick工程教程)

摘要: 原文地址:http://www.cppblog.com/hxt22222/articles/212054.html 写于2015年10月20日 一、准备工作 1.到cocos官网http://www.cocos.com/download/ 下载cocos2dx引擎 (目前为3.8.1). 2.由于Q 阅读全文

posted @ 2016-09-27 10:35 ZhYQ_note 阅读(628) 评论(0) 推荐(0) 编辑

xcode7: Undefined symbols for architecture i386: "_iconv_open", referenced from:

摘要: 在整合cocos和quick时,出现这个错误,我按照以前的方法 link binary with libraries 中add libiconv.2.dylib ,发现已经没有了这个库。 网上找了一下,找到一个: 问题: I use libxml to save game data. in orde 阅读全文

posted @ 2016-09-27 10:30 ZhYQ_note 阅读(1254) 评论(0) 推荐(0) 编辑

导航