码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode报错解决方案

时间:2016-07-02 22:37:48      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

1、Undefined symbols for architecture x86_64:

详情:

Undefined symbols for architecture x86_64:

  "_OBJC_CLASS_$_LHBCommentViewController", referenced from:

      objc-class-ref in LHBWordViewController.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案:把报错的那个类.m加进去

  技术分享

Xcode报错解决方案

标签:

原文地址:http://www.cnblogs.com/lhb-iOS/p/5636065.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!