Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xcode ';React/RCTBridgeDelegate.h';找不到文件-可能是谷歌登录错误?_Xcode_React Native - Fatal编程技术网

Xcode ';React/RCTBridgeDelegate.h';找不到文件-可能是谷歌登录错误?

Xcode ';React/RCTBridgeDelegate.h';找不到文件-可能是谷歌登录错误?,xcode,react-native,Xcode,React Native,在xcode中解决此生成错误时遇到问题。我在网上几乎什么都试过了。我们认为这可能与谷歌登录有关。这是一个react本地项目&我们正在xcode中构建 非常感谢您的指导!这是我们的播客文件 require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_

在xcode中解决此生成错误时遇到问题。我在网上几乎什么都试过了。我们认为这可能与谷歌登录有关。这是一个react本地项目&我们正在xcode中构建

非常感谢您的指导!这是我们的播客文件

require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '10.0'

target 'imbue' do
  # Added manually \/
  rn_maps_path = '../node_modules/react-native-maps'
  pod 'react-native-google-maps', :path => rn_maps_path
  pod 'GoogleMaps'
  pod 'Google-Maps-iOS-Utils'
  # Added manually /\

  config = use_native_modules!

  use_react_native!(:path => config["reactNativePath"])

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

  target 'imbueTests' do
    inherit! :complete
    # Pods for testing
  end

  # Enables Flipper.
  #
  # Note that if you have use_frameworks! enabled, Flipper will not work and
  # you should disable these next few lines.
   use_flipper!
  post_install do |installer|
    flipper_post_install(installer)
  end
end

target 'imbue-tvOS' do
  # Pods for imbue-tvOS

  target 'imbue-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end
end