- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
主要错误:GMUHeatmapTileLayer.h not found
和GMUKMLParser.h
未找到。
这是我的 Podfile 的样子:
source 'https://github.com/CocoaPods/Specs.git'
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
install! 'cocoapods', :deterministic_uuids => false
platform :ios, '10.0'
target 'myProject' do
rn_maps_path = '../node_modules/react-native-maps';
pod 'react-native-google-maps', path: rn_maps_path
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Google-Maps-iOS-Utils',
config = use_native_modules!
use_react_native!(
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
)
pod 'react-native-document-picker', :path => '../node_modules/react-native-document-picker'
pod 'Google-Mobile-Ads-SDK', '~> 7.69.0'
pod 'GoogleSignIn', '~> 5.0.0'
pod 'RNPhotoEditor', :path => '../node_modules/react-native-photo-editor/ios'
use_frameworks! :linkage => :static
pod 'iOSPhotoEditor', :git => 'https://github.com/prscX/photo-editor', :branch => 'master'
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name.include?('iOSPhotoEditor')
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5'
end
end
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
if target.name == 'react-native-google-maps'
target.build_configurations.each do |config|
config.build_settings['CLANG_ENABLE_MODULES'] = 'No'
end
end
if (target.name&.eql?('FBReactNativeSpec'))
target.build_phases.each do |build_phase|
if (build_phase.respond_to?(:name) && build_phase.name.eql?('[CP-User] Generate Specs'))
target.build_phases.move(build_phase, 0)
end
end
end
end
end
# Follow [Flipper iOS Setup Guidelines][https://fbflipper.com/docs/getting-started/ios-native/]
# This is required because iOSPhotoEditor is implementated using Swift
$static_framework = ['FlipperKit', 'Flipper', 'Flipper-Folly',
'CocoaAsyncSocket', 'ComponentKit', 'Flipper-DoubleConversion',
'Flipper-Glog', 'Flipper-PeerTalk', 'Flipper-RSocket', 'Yoga', 'YogaKit',
'CocoaLibEvent', 'OpenSSL-Universal', 'boost-for-react-native']
pre_install do |installer|
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
installer.pod_targets.each do |pod|
if $static_framework.include?(pod.name)
def pod.build_type;
Pod::BuildType.static_library
end
end
end
end
end
为 react-native-photo-editor
添加需要 use_frameworks 的代码后! :linkage => :static
react-native-maps
找不到 google-maps-ios-utils
文件。
找不到 GMUHeatmapTileLayer.h 文件
我已尝试按照此处所述手动添加 google-maps-ios-utils
:
但是 AirGoogleMaps
文件仍然无法访问这些文件:
部门:
RN: 0.64.0
react-native-maps: 0.28
Google-Maps-iOS-Utils: 2.1.0
GoogleMaps: 3.5.0
有没有人成功地将 react-native-maps
与 google maps 和 use_frameworks!
一起使用?
我的pod文件有问题吗?
我怎样才能让这个 Google-Maps-iOS-Utils: 2.1.0
工作?
有没有人有一些步骤来手动添加这个库,并使用 RN 0.64 中的桥接 header 和上面的 use_frameworks 构建它?
我也尝试了这个答案中的所有步骤,但出现了与打印屏幕图像相同的错误。
https://github.com/react-native-maps/react-native-maps/issues/3536#issuecomment-683563649
关于 node_modules 部门的更多信息:
"dependencies": {
"@react-native-async-storage/async-storage": "1.14.1",
"@react-native-community/geolocation": "2.0.2",
"@react-native-community/google-signin": "5.0.0",
"@react-native-community/hooks": "2.6.0",
"@react-native-community/image-editor": "2.3.0",
"@react-native-community/netinfo": "6.0.0",
"@sentry/browser": "6.2.3",
"@sentry/react-native": "2.4.0",
"@svgr/webpack": "4.2.0",
"@xobotyi/scrollbar-width": "1.9.5",
"abortcontroller-polyfill": "1.7.1",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"color": "3.1.3",
"cross-fetch": "3.1.2",
"css-loader": "1.0.1",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"file-loader": "2.0.0",
"html-webpack-plugin": "4.0.0-beta.4",
"leaflet": "1.7.1",
"lokijs": "1.5.11",
"mini-css-extract-plugin": "0.4.4",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"query-string": "6.6.0",
"react": "17.0.1",
"react-dev-utils": "10.2.1",
"react-dom": "17.0.1",
"react-leaflet": "3.1.0",
"react-native": "0.64.0",
"react-native-admob": "2.0.0-beta.6",
"react-native-device-info": "8.0.7",
"react-native-document-picker": "5.0.2",
"react-native-fs": "2.16.6",
"react-native-google-places-autocomplete": "2.2.0",
"react-native-image-crop-picker": "0.36.0",
"react-native-image-size": "1.1.3",
"react-native-local-mongodb": "2.2.9",
"react-native-maps": "0.28.0",
"react-native-photo-editor": "^1.0.10",
"react-native-safe-area-context": "3.2.0",
"react-native-sensitive-info": "5.5.8",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "12.1.0",
"react-native-vector-icons": "8.1.0",
"react-native-web": "0.15.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"resolve": "1.10.0",
"rn-fetch-blob": "0.12.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"ts-events": "3.4.0",
"typescript": "4.0.5",
"url-loader": "1.1.2",
"uuid": "3.4.0",
"webpack": "4.41.6",
"webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "3.6.3"
},
"resolutions": {
"typescript": "4.0.5"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/plugin-proposal-class-properties": "7.12.13",
"@babel/plugin-proposal-decorators": "7.12.13",
"@babel/plugin-transform-flow-strip-types": "7.12.13",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/polyfill": "7.12.1",
"@babel/runtime": "7.12.5",
"@carimus/metro-symlinked-deps": "1.1.0",
"@react-native-community/eslint-config": "2.0.0",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-named-asset-import": "0.2.3",
"babel-plugin-react-native-web": "0.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-preset-react-app": "7.0.2",
"eslint": "7.19.0",
"jest": "26.6.3",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "0.64.0",
"mockdate": "2.0.5",
"moment-timezone": "0.5.33",
"path-exists": "4.0.0",
"react-error-overlay": "6.0.6",
"react-test-renderer": "17.0.1",
"sftp-sync-deploy": "0.7.1",
"yarn-run-all": "3.1.1"
},
补充说明:
当我添加时构建过程中断(触发与 rn-maps 相关的新崩溃)https://github.com/prscX/react-native-photo-editor
(需要 use_frameworks
)。如果我从 Podfile
中删除此模块和与之关联的额外设置,一切正常。
最佳答案
为了能够按照问题中的描述使用 react-native-maps
和 use_frameworks
构建项目,我不得不 fork react-native-maps
库和替换
Google-Maps-iOS-Utils
在 header 导入中包含 Google_Maps_iOS_Utils
lib/ios/AirGoogleMaps/AIRGoogleMap.m
:
#import <Google_Maps_iOS_Utils/GMUKMLParser.h>
#import <Google_Maps_iOS_Utils/GMUPlacemark.h>
#import <Google_Maps_iOS_Utils/GMUPoint.h>
#import <Google_Maps_iOS_Utils/GMUGeometryRenderer.h>
并且在 lib/ios/AirGoogleMaps/AIRGoogleMapHeatmap.h
中:
#import <Google_Maps_iOS_Utils/GMUHeatmapTileLayer.h>
如果有人知道比这更好的解决方案,我会很乐意接受它,如果在接下来的几天内添加答案,我将授予它问题所附的赏金。
我可能会保留 fork,直到 react-native-maps
更新为更新版本的 google-maps-ios-utils
(在 v3 中我认为问题已解决)。
"react-native-maps": "https://github.com/fdobre/react-native-maps#hot-fix-use-frameworks-ios",
关于ios - 使用 use_frameworks 时 react-native-maps iOS 构建问题! :linkage => :static,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66966465/
我在此处粘贴我在初始讨论中的最后一篇文章: https://github.com/CocoaPods/CocoaPods/issues/4331 这个问题已经存在快一年了,仍然没有找到合适的解决方案。
我正在尝试使用 GoogleidentityToolkit 库来处理登录。我启用 use_frameworks!在我的 pod 文件上,但是找不到模块 GITkit。我想弄清楚发生了什么。据我所知,如
我目前在集成特定的 cocoapod 时遇到问题,想知道是否可以获得一些帮助/见解。我正在尝试集成 JSQMessages pod,可在此处找到:https://github.com/jessesqu
所以我这里有一个问题。我正在使用 SwiftyJSON,如果没有 use_frameworks 选项,它似乎无法工作,而且我还需要 UrbanAirship 框架。 如果我禁用 use_framewo
我知道如果您使用 Cocoapods,您应该将所有 pod 用作框架或静态库。不可能使用框架指定某些 pod,而使用静态库指定其他 pod。但我只是想尝试询问或讨论这个问题。也许会有一些棘手的解决方案
我正在使用 RestKit 和一些仅限 Swift 的框架,当我使用 cocoapods use_frameworks 时!标志,我得到编译错误。在桥接头文件中找不到CoreData.h,也找不到RK
我有一个干净的 swift 项目,使用了一些 cocoapods:Parse、AFNetworking 和 RESideMenu。我需要使用 STZPopupView pod,所以我用最新版本更新了
我的 iOS 应用程序包含 Objective-C 和 Swift 代码。现在我在 pod 文件顶部添加了 use_frameworks! 来使用一些 swift 库。不幸的是它开始出现编译错误。 我
我正在运行一个 swift 项目。我需要将 FacebookSDK 与其他 swift 库一起使用。 当我使用 use_frameworks 时!在播客文件中。它给出了找不到的错误文件。 这是我的 P
在一个空项目中安装以下 Podfile: use_frameworks! platform :ios, '8.0' pod 'ParseFacebookUtilsV4' Xcode 报告三个编译错误:
根据 this教程,我们应该将 use_frameworks! 添加到 Swift 项目的 Podfile 中。但是如何在同一个项目中使用.m中的第三方代码呢? 一种可能的方法是, 不要将 use_f
我有一个使用 CocoaPods 的单 View 应用程序设置,其中仅包含两个 pod,“MBProgressHUB”和“ImojiSDK”。 当 CocoaPods 设置为静态库时,项目会正常构建和
目标:能够在 ObjC 项目中使用 swift pod 采取的步骤: 已更改 Podfile通过附加 use_frameworks! 冉 pod install (Cocoapods 版本 1.0.0
我正在构建一个简单的 iOS (Swift) 应用程序 - 它会呈现 map 并在其上绘制标记。 当我的 Podfile 运行时它工作正常 source 'https://github.com/Coc
我想通过 CocoaPods v0.37.2 将一些 obj-c 库集成到我的 Swift 项目中。 这是我的 Podfile: platform :ios, '8.0' use_frameworks
关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。 这个问题是由于错别字或无法再重现的问题引起的。虽然类似的问题可能是on-topi
我们的项目是一个 Objective-c 项目。 由于我们使用的是 react-native-firebase,我们 can't use use_frameworks! 在 cocoapods 中。
我用这个SDK它没有动态框架,我不能简单地使用这个标志 use_frameworks! 在我的 swift 项目中实现快速使用 objective-c 文件。 我应该如何在我的 Swift 项目中使用
我想停止使用 use_frameworks! 因此我的依赖项是静态链接的。据我所知,在这种情况下解决 No such module 'ModuleName' 错误的一种方法是在 Podfile 中添加
是否可以使用使用 swift 作为 iOs 语言的 flutter 插件,即使在 podfile 中注释掉 !use_frameworks 时使用 swift 显然存在一些问题? 我找不到关于此的任何
我是一名优秀的程序员,十分优秀!