运行 pod install 后找不到目标文件
Posted
技术标签:
【中文标题】运行 pod install 后找不到目标文件【英文标题】:unable to find target file after running pod install 【发布时间】:2017-08-07 18:45:00 【问题描述】:我正在使用 react-native-maps 并尝试使用适用于 ios 的 Google 地图,我按照https://github.com/airbnb/react-native-maps/issues/693 的上述说明进行操作,因此我从 pod 安装中收到错误:
找不到名为AirMapsExplorer
的目标
这是我拥有的 podfile
# You Podfile should look similar to this file. React Native currently does not support use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
# Change 'AirMapsExplorer' to match the target in your Xcode project.
target 'AirMapsExplorer' do
pod 'Yoga', :path => '../../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
pod 'React', path: '../../node_modules/react-native', :subspecs => [
'Core',
'RCTActionSheet',
'RCTAnimation',
'RCTGeolocation',
'RCTImage',
'RCTLinkingIOS',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket',
'BatchedBridge'
]
pod 'GoogleMaps' # <~~ remove this line if you do not want to support GoogleMaps on iOS
pod 'react-native-maps', path: '../../'
pod 'react-native-google-maps', path: '../../' # <~~ if you need GoogleMaps support on iOS
end
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "react-native-google-maps"
target.build_configurations.each do |config|
config.build_settings['CLANG_ENABLE_MODULES'] = 'No'
end
end
end
end
我重新启动了我的设备(现在 2 次)删除了 pod 文件夹和 podfile,再次按照说明进行操作并得到相同的错误。我什至尝试过清理构建和清理文件夹仍然无济于事。
如果您遇到此错误,或遇到此错误或遇到解决方法。我不经常使用 xcode,因为我正在使用 React Native 进行构建,并且尽量不要使用 xcode 做太多事情,除非我绝对必须在 iOS 上使用。
如果您希望我展示其他内容,我将帮助调试此问题。谢谢
【问题讨论】:
你以前用过cocoapods吗? 【参考方案1】:当你开始这个项目时,你需要在你的目标中输入由 XCode 创建的 xcodeproj
的名称,你还需要检查你的 .podFile
是否在你的 xcodeproj
文件目录中,我也认为你丢失了这一行
workspace 'AirMapsExplorer'
这将创建一个集成了您的 pod 的工作区
您的 pod 文件已修改
# You Podfile should look similar to this file. React Native currently does not support use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
workspace 'AirMapsExplorer'
# Change 'AirMapsExplorer' to match the target in your Xcode project.
target 'AirMapsExplorer' do
pod 'Yoga', :path => '../../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
pod 'React', path: '../../node_modules/react-native', :subspecs => [
'Core',
'RCTActionSheet',
'RCTAnimation',
'RCTGeolocation',
'RCTImage',
'RCTLinkingIOS',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket',
'BatchedBridge'
]
pod 'GoogleMaps' # <~~ remove this line if you do not want to support GoogleMaps on iOS
pod 'react-native-maps', path: '../../'
pod 'react-native-google-maps', path: '../../' # <~~ if you need GoogleMaps support on iOS
end
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == "react-native-google-maps"
target.build_configurations.each do |config|
config.build_settings['CLANG_ENABLE_MODULES'] = 'No'
end
end
end
end
希望对你有帮助
【讨论】:
@ReinierMelian...不,我以前没用过可可豆荚。这实际上是第一次使用它们。显然,需要一些更新的安装步骤才能使其正常工作,但他们忘记了,但您上面的示例有所帮助。我确实必须将目标更改为“我的项目名称”,但这实际上是解决此解决方案的开始。感谢您的帮助! @T.Evans 欢迎您,我很高兴为您提供帮助,祝您编码愉快并致以最诚挚的问候以上是关于运行 pod install 后找不到目标文件的主要内容,如果未能解决你的问题,请参考以下文章
将项目的 .NET 目标框架从 4.0 更改为 3.5 后找不到文件(或程序集)
运行 pod install 时出错 - 在目标 `Runner` 上自动分配版本为 `8.0` 的平台`iOS`
Pod install 显示错误,例如需要更高的最小部署目标
Flutter 'Error running pod install' 'Pods-Runner' 目标具有传递依赖关系