Suppressing Class Method Not Found Warnings in Xcode [duplicate]
问题 This question already has answers here : Using #pragma to suppress “Instance method not found” warnings in Xcode (5 answers) Closed 5 years ago . I have a class whose methods are determined at runtime, as indicated in my question here. This works great, but now I have a bunch of warnings that look like the following littering my code: Class method '+objectIsNotNil:' not found (return type defaults to 'id') While these warnings don't actually affect the build process, they're very annoying and