- undeclared selector #pragma clang diagnostic push #pragma clang diagnostic ignored"-Wundeclared-selector" // 需要消除警告的语句 #pragma clang diagnostic pop - Category is implementing a method which will also be implemented by its primary class #pragma…
报错: Conversion from String Literal to Char* is deprecated http://stackoverflow.com/questions/13690306/conversion-from-string-literal-to-char-is-deprecated C++ string literals are arrays of const char, which means you can't legally modify them.If you…
XCODE警告 Showing All Messages :-1: The iOS Simulator deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'MJRefresh') 解决方案 如果你是使用cocoapods,则最好pod install一下,然后project clean…