Should I fix Xcode 5 'Semantic issue: undeclared selector'?

后端 未结 4 809
醉梦人生
醉梦人生 2020-12-14 01:32

I\'m trying to upgrade my app with Xcode5 but encountered a number of \'Semantic issues\' in a third party library (being MagicalRecord). The quickest way to \'fix\' this mi

4条回答
  •  天涯浪人
    2020-12-14 02:05

    Xcode 5 turned this on by default. To turn it off go to "Build Settings" for your target under "Apple LLVM 5.0 - Warnings - Objective C" -> "Undeclared Selector" set it to "NO". This should take care of it.

提交回复
热议问题