无法在 react-native-map 中安装 google map pod

Posted

技术标签:

【中文标题】无法在 react-native-map 中安装 google map pod【英文标题】:Can't install google map pod in react-native-map 【发布时间】:2020-10-04 03:21:38 【问题描述】:

我在 react-native-maps 中安装 google map pod 时遇到问题。 react-native-maps 在没有谷歌地图的情况下运行良好。但是当我将谷歌地图添加到 ios 项目时,我遇到了一个问题。 Follow 是我的 pod 文件

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 'sa' do

    # React Native Maps dependencies
    rn_maps_path = '../node_modules/react-native-maps'
   pod 'react-native-google-maps', :path => rn_maps_path
   pod 'GoogleMaps'
   pod 'Google-Maps-iOS-Utils'

   pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'

  config = use_native_modules!

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

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

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

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

当我开始 pod install 时,显示以下错误:

JSON::ParserError - 416: unexpected token at '"Example/GoogleMapsDemos/Resources/ne'

以下是我的环境:

   CocoaPods : 1.9.3
        Ruby : ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
    RubyGems : 3.0.3
        Host : Mac OS X 10.15.6 (19G73)
       Xcode : 12.0.1 (12A7300)
         Git : git version 2.24.3 (Apple Git-128)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
Repositories : trunk - CDN - https://cdn.cocoapods.org/

我希望你的帮助。谢谢。

【问题讨论】:

【参考方案1】:

问题是吊舱。 pod 升级后问题已修复

【讨论】:

以上是关于无法在 react-native-map 中安装 google map pod的主要内容,如果未能解决你的问题,请参考以下文章

React Native:对原生依赖使用自动链接“react-native-maps”

无法在 laravel 中安装包

无法在 anaconda 中安装 turicreate

无法在 google colab 中安装 textract

无法在 anaconda 中安装 dlib

无法在 anaconda 中安装 prettytable