Reputation: 589
I have got many warnings like: In file included from ...
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:
and I have no idea what does it means. and there are 100s of warnings like that in my project
Upvotes: 6
Views: 8658
Reputation: 81
Set the target settings to CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=NO
Upvotes: 2