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

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

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

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

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

你可能感兴趣的:(ios)