我正在尝试将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"
请帮助。预先感谢。
答案 0 :(得分:0)
如果无法使用,请使用“ command + B”
将应用程序保留在模拟器上一秒钟,然后将其删除。然后再次运行Xcode。