Xcode shows many errors but program compiles and runs fine (in both simulator and device)

后端 未结 16 1479
陌清茗
陌清茗 2020-12-23 13:46

After installing the CocoaLumberjack\' log compressor class I\'ve been getting this annoying behavior: Xcode complains that there are many undeclared identifiers and gives m

16条回答
  •  情话喂你
    2020-12-23 14:11

    I had it on Xcode 10.1 when I accidentally pressed:

    Cmd+Shift+U - ( build for Testing )

    try Clean (Cmd+Shift+K) and then:

    Cmd+Shift+R ( build for Running )

提交回复
热议问题