undefined不是对象(评估'NativeModules.UIManager.RCTVideo.Constants')

时间:2016-08-02 15:16:31

标签: ios xcode react-native

如何整合视频播放器?我试图按照https://www.npmjs.com/package/react-native-video#todos的说明操作,但它会抛出一个错误“undefined is not a object”(评估'NativeModules.UIManager.RCTVideo.Constants')

1 个答案:

答案 0 :(得分:0)

我通过安装带有pods的react-native-video解决了这个问题:

1)安装pod

2)将此添加到您的podfile是您项目的ios文件夹:

pod 'react-native-video', path: '../node_modules/react-native-video'

3)启动pod install

4)也许删除" -obj"在"目标支持文件"文件" pods"。您可以通过在xcode中打开xcworkspace文件找到它。

5)重新运行你的项目