You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: