Neko
Neko

Reputation: 589

In file included warnings in Xcode (Objective-C project)

I have got many warnings like: In file included from ...

enter image description here enter image description here enter image description here

You can see it from different issues, but the same problem in "fi file included ", I think it means I reimport the .h file ?

Here is when I click in to the error file: enter image description here

and I have no idea what does it means. and there are 100s of warnings like that in my project

Upvotes: 6

Views: 8658

Answers (1)

Sleman
Sleman

Reputation: 81

Set the target settings to CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=NO

Upvotes: 2

Related Questions