@synthesize of 'weak' property is only allowed in ARC or GC mode

项目配置文件->Build Phrases->Complie Files,找到出现问题的资源库文件(比如weak修饰符所在的文件),双击Complie Files中的该文件,在空白行中写入-fobjc-arc

posted @ 2014-10-22 17:05  Jeff Wong  阅读(1074)  评论(0)    收藏  举报