gpt4 book ai didi

ios - 在 Xcode 中构建应用程序时出现 Flutter 错误 GoogleAppMeasurement

转载 作者:行者123 更新时间:2023-12-05 04:38:23 25 4
gpt4 key购买 nike

我尝试在 ios 中实现 Firebase 消息传递,但是当我运行应用程序时发生错误:

xcodebuild: error: Could not resolve package dependencies:
failed extracting 'https://dl.google.com/firebase/ios/swiftpm/8.9.1/GoogleAppMeasurement.zip' which is required by binary target 'GoogleAppMeasurement': /Users/gibran/Library/Developer/Xcode/DerivedData/Runner-eewwhhiksecuthcstpvuemjjxbiu/SourcePackages/artifacts/extract/GoogleAppMeasurement is not a directory
fatalError

我关注了this指令和错误出现。我尝试在 SourcePackages/artifacts/extract/GoogleAppMeasurement 手动创建文件夹,但是当我重新运行时,该文件夹像以前一样生成。

这是我的 Pod 文件:

   # Uncomment this line to define a global platform for your project
platform :ios, '12.0'
$FirebaseSDKVersion = '8.9.1'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}

def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end

File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
use_modular_headers!
pod 'Firebase/Core'
pod 'Firebase/Messaging'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end

# target 'ImageNotification' do
# use_frameworks!
# pod 'Firebase/Core'
# pod 'Firebase/Messaging'
# end

有人可以帮助解决这个问题吗?提前致谢。

最佳答案

使用 firebase 时,只需通过 Xcode 添加 GoogleService.plist,不要按照添加 SDK 的其余说明进行操作。我不知道为什么,但这会导致它失败并出现此类错误

关于ios - 在 Xcode 中构建应用程序时出现 Flutter 错误 GoogleAppMeasurement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70620150/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com