开发者

Linker Error - class doesn't exist anymore

开发者 https://www.devze.com 2023-04-05 01:45 出处:网络
Getting the following linker error, in XCode and my project won\'t build. Problem is, the class doesnt exist anymore. I had a class named SomeOtherViewController but then deleted it. When I try and bu

Getting the following linker error, in XCode and my project won't build. Problem is, the class doesnt exist anymore. I had a class named SomeOtherViewController but then deleted it. When I try and build 开发者_运维技巧its somehow still looking for it.

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_SomeOtherViewController", referenced from:

How can I solve this?

Cheers,


  1. Clean your builds.
  2. Build again.

To clean do one of following:

  1. Product -> Clean
  2. Shift + CMD + K
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号