iOS Firebase Pod-找不到框架FirebaseCore错误

时间:2019-05-02 06:25:15

标签: ios objective-c firebase firebase-cloud-messaging cocoapods

我正在尝试将Firebase Cloud Messaging集成到iOS应用程序中。添加了Firebase核心和Firebase消息传递窗格,并进行了所有必需的设置。

下面是使用的豆荚。

pod 'Firebase/Core'
pod 'Firebase/Messaging'

进行清理和构建时,应用程序构建失败并显示错误:

"ld: framework not found FirebaseCore
clang: error: linker command failed with exit code 1"

请帮助。预先感谢。

1 个答案:

答案 0 :(得分:0)

如果无法使用,请使用“ command + B”

将应用程序保留在模拟器上一秒钟,然后将其删除。然后再次运行Xcode。