当我试图在我的Xcode项目中安装对讲机pod时,我在控制台中得到一个错误:
[Intercom] ERROR - The Intercom.bundle hasn't been added to your app correctly. This will result in images not appearing in the SDK's messaging UI. More information on how to correctly integrate Intercom is available here: https://developers.intercom.com/docs/ios-installation.发布于 2016-02-29 06:27:59
cocoapods安装对讲机的方式似乎有些不对劲。可能会损坏,通过执行这些步骤,它将清除所有的cocoapods并重新开始。这也许能解决你的问题。
打开您的Podfile并复制已列出的现有pods ( Podfile位于您的项目目录中)。
关闭您的Xcode工作区。
在您的项目目录中打开终端
cd。从Terminal
pod init 运行pod install
打开项目文件夹中的xcworkspace文件。
发布于 2018-07-25 04:06:27
用鼠标右键点击xcode -> delete中标为红色的文件,应该可以解决:)
https://stackoverflow.com/questions/35673714
复制相似问题