本文主要是介绍Cannot initialize a parameter of type 'NSString *_Nullable' with an rvalue of type ''UITouchPhase,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在.mm文件中注册一个通知的时候,XCode 报了下面错误:
Cannot initialize a parameter of type 'NSString *_Nullable' with an rvalue of type ''UITouchPhase"
上starckoverflow看了一下,原来是在引用枚举值的时候前面需要做一个转换。
http://stackoverflow.com/questions/8502555/cannot-initialize-a-parameter-of-type-uiremote-notificationtype-with-an-rvalue-o点击打开链接
这篇关于Cannot initialize a parameter of type 'NSString *_Nullable' with an rvalue of type ''UITouchPhase的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!