atomicobject / objection

A lightweight dependency injection framework for Objective-C
http://www.objection-framework.org
MIT License
1.85k stars 223 forks source link

Undeclared selector warnings #98

Open armadilov opened 9 years ago

armadilov commented 9 years ago

On fresh install of 1.6.1 version of Objection I'm getting 2 Undeclared selector warnings: @selector(objectionRequires) @selector(objectionInitializer)

After each install I'm adding this ignore statement for the files which produce this warnings:

pragma GCC diagnostic ignored "-Wundeclared-selector"

But would be great if that would come out of the box.