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

XCode点击Commond无法定位到方法处,Reference to 'xxx' is ambiguous

时间:2015-05-12 11:23:00      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:

情况是这样的:(1)commond+方法名无法进入方法,提示symbol not found;

 (2)工程提示Reference to ‘xxx‘ is ambiguous,xxx可能是BOOL,NSString,或者一些宏定义;

原因:工程索引坏了,重新生成索引

解决方法:Xcode -> Window -> Organizer -> 选中工程,找到Derived Data,点击后面的Delete,然后重启XCode即可。

XCode点击Commond无法定位到方法处,Reference to 'xxx' is ambiguous

标签:

原文地址:http://blog.csdn.net/u011421203/article/details/45666455

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