随笔分类 -  ios开发经验&异常解决

摘要:这种问题,通常出现在添加第三方库文件或者多人开发时。这种问题一般是找不到文件而导致的链接错误。 我们可以从如下几个方面着手排查。1.以如下错误为例,如果是多人开发,你同步完成后发现出现如下的错误。[html]view plaincopyUndefinedsymbolsforarchitecturea... 阅读全文
posted @ 2014-11-23 10:21 jack_ou 阅读(3076) 评论(0) 推荐(0) 编辑
摘要:erminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant ... 阅读全文
posted @ 2014-09-07 02:40 jack_ou 阅读(1317) 评论(0) 推荐(0) 编辑
摘要:ttp://code4app.com/snippets/one/禁止某几个文件用ARC模式编译/502344256803fa246d000000#s0如果你的绝大部分代码需要ARC,那么就设置项目支持ARC,然后对于一些不需要ARC的文件,在要禁止ARC编译的源文件的 “compiler flags... 阅读全文
posted @ 2014-08-04 01:00 jack_ou 阅读(440) 评论(0) 推荐(0) 编辑