cannot initialize a parameter of type 'jboolean *' (aka 'unsigned char *') with an rvalue of type 'bool' 错误代码 const char *jstringTocharArray(JNIEnv *env, jstring str) {return env->GetStringChars(str,
在.mm文件中注册一个通知的时候,XCode 报了下面错误: Cannot initialize a parameter of type 'NSString *_Nullable' with an rvalue of type ''UITouchPhase" 上starckoverflow看了一下,原来是在引用枚举值的时候前面需要做一个转换。 http://stackoverf