在XCode上运行时出错“undefined不是对象(评估'GoogleCast.DEVICE_AVAILABLE')”

时间:2018-03-08 13:55:13

标签: ios react-native chromecast

我已经创建了一个react native应用程序,并通过以下链接中的过程集成了react native Cast库: https://github.com/charliesbox/react-native-google-cast

在模拟器上运行应用程序时出现错误

  

undefined不是对象(评估'GoogleCast.DEVICE_AVAILABLE')

Error Image

1 个答案:

答案 0 :(得分:0)

尝试在xcode中打开并编译您的react-native项目。我猜测它会因为#34;' GoogleCast / GoogleCast.h'而失败。找不到文件",在这种情况下,您遇到了问题#51#21

修正:

  1. 在xcode项目导航器中,打开Libraries / GoogleCase.xcodeproj
  2. 选择GoogleCast目标和构建设置
  3. 将以下内容添加到"框架搜索路径":$(PROJECT_DIR)/../../../ios/Pods/google-cast-sdk/GoogleCastSDK-2.10.4-Release