没有这样的模块 UITintedButton

no such module UITintedButton

最近我做了一个关于 iOS 开发的项目,我从 github 克隆了这个项目并遇到了 "no such module UITintedButton"

的问题

这是我执行命令后输出的屏幕截图"pod install"

我认为 UITintedButton 已安装。但是在我的项目中,pod.framework 仍然是红色的。

我安装cocoapods成功了吗?

确保在安装 cocoapods 后打开 xcode 中的 xcworkspace 而不是 xcproject。