Open armadilov opened 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:
But would be great if that would come out of the box.
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.