gpt4 book ai didi

ios - 找不到 Firebase 框架

转载 作者:搜寻专家 更新时间:2023-10-30 21:53:16 26 4
gpt4 key购买 nike

我一直在尝试将我的项目迁移到 cocoapods。

我觉得我快到了,但我被困在了:

ld: framework not found Firebase for architecture x86_64 error: linker command failed with exit code 1 (use -v to see invocation)

我正在尝试使用我的“app.xcworkspace”进行编译,项目如下所示:

project navigator

还有:

libraries

我已经尝试启动其他项目并且 firebase 在那里工作,所以这个项目设置有问题......有什么想法吗?

我的播客文件如下所示:

# Uncomment this line to define a global platform for your project
# platform :ios, ‘8.0’

target 'Parti' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for Parti

pod 'Firebase'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'

target 'PartiTests' do
inherit! :search_paths
# Pods for testing
end

target 'PartiUITests' do
inherit! :search_paths
# Pods for testing
end

end

当 xcode 尝试“链接/Users/myname/Library/Developer/Xcode/DerivedData/Parti-gsdsljzobcnqjkgutfpjasgrsfck/Build/Products/Debug-iphonesimulator/Parti.app/Parti”时,可能需要补充一点错误

最佳答案

我知道这听起来很牵强,但是:

  1. 清理项目。产品 -> 清洁
  2. 重新启动 XCode(并非总是需要)
  3. 从项目文件夹运行pod update & pod install

更新 Podfile 应该更像:

    use_frameworks!

target 'Parti' do
pod 'Firebase'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'
end

target 'PartiUITests' do
pod 'Firebase'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'
end

关于ios - 找不到 Firebase 框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38245844/

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