- Unknown argument type '__attribu
- Unknown argument type '__attribu
- Unknown argument type '__attribu
- Unknown argument type '__attribu
- Unknown argument type '__attribu
- Unknown argument type '__attribu
- RN--IOS--xcode11--遇到React Native
- RN项目iOS端红色屏幕报错Unknown argument t
- Xcode11 Unknown argument type '_
- 【Flutter】错误汇总
升级xcode到11.4后,运行RN项目报错。
error.png解决方法:
参考:https://github.com/facebook/react-native/issues/25138
在RCTModuleMethod.mm文件下添加下列一行
RCTReadString(input, "attribute((unused))") ||
网友评论