您的位置:首页 > Web前端 > React

[绍棠] ReactNative : ignoring return value of function declared with warn_unused_result attribute

2017-11-21 09:38 806 查看
运行ReactNative 的项目会报错 ignoring return value of function declared with warn_unused_result attribute


解决方法:RCTWebSocket => TAGETS =>Build Settings => Custom Compiler Flags 去掉 -Werror -Wall两个flags 再运行项目就可以了

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios
相关文章推荐