
Errors&Questions
ShutingChen
Create my dream world by programming~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
内存访问相关错误
EXEC_BAD_ACCESS原创 2014-07-22 17:53:11 · 675 阅读 · 0 评论 -
SDWebImage.framework相关错误
2014-08-07 16:57:10.452 network[4697:60b] -[UIImageView setImageWithURL:placeholderImage:]: unrecognized selector sent to instance 0x8e507a02014-08-07 16:57:10.454 network[4697:60b] *** Terminating原创 2014-08-07 16:56:52 · 876 阅读 · 0 评论 -
Undefined symbols for architecture i386
Undefined symbols for architecture i386:"std::string::copy(char *, unsigned long, unsigned long) const", referenced from: ......出现一大堆莫名其妙的类似于这样的错误,其原因是Deployment Target的问题。只需要在项目设置中的info中将Deploy原创 2014-08-07 18:29:59 · 638 阅读 · 0 评论 -
UITableView相关错误
tableView相关Assertion failure in -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:]错误描述Assertion failure in -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] /Sourc原创 2014-08-06 15:47:48 · 679 阅读 · 0 评论 -
JSONKit相关错误
assignment to objective-c's isa is deprecated in favor of object_setClass()将 array->isa =_JKArrayClass;替换为 object_setClass(array,_JKArrayClass);将 dictionary->isa原创 2014-08-06 20:55:44 · 2484 阅读 · 0 评论