【发布时间】:2020-04-02 23:35:08
【问题描述】:
大家早上好,
我的IOS应用程序编译过程中遇到一个问题,这是我第一次使用Xcode。
在编译过程中我遇到以下问题:ld: framework not found FBLPromises clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)
我按照 firebase 的说明将其集成到我的应用程序中。我特别安装了 COCOAPOD 并使用以下说明创建了 Podfile 文件:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# Add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
# Add the pods for any other Firebase products you want to use in your app
# For example, to use Firebase Authentication and Cloud Firestore
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
target 'iOS Push' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for iOS Push
end
无论我在互联网上搜索多少相同的问题,我都忍不住要解决这个问题。我已经尝试重新整合锅并重做安装讲台和许多其他操作,但仍然是这个问题。
提前感谢您的帮助。
【问题讨论】: