react-native link 报错

react-native link (0.50版本后)

rnpm-install info Linking react-native-picker ios dependency 
rnpm-install ERR! Something went wrong while linking. Error: Cannot read property 'match' of undefined 
Please file an issue here: https://github.com/facebook/react-native/issues 

解决方法 :原因是在iOS的中已经适应了CocoaPods 如果你的iOS项目使用的是CocoaPods(包含Podfile),链接库有podspec文件,那么反应式本地链接将使用Podfile链接库. 那么此时需要在 Podfile文件end 前加入 # Add new pods below this line

15279965930211.jpg

加上这句话后再执行 react-native link即可解决问题

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。