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

后端 未结 16 1489
陌清茗
陌清茗 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:24

    Open build settings and set "Precompile Prefix Header" to "No", that solved my problem.

    Kudos for: https://stackoverflow.com/a/7035492/936957

提交回复
热议问题