ios - RMUniversalAlert 错误 - UIAlertView+Blocks/UIAlertView+Blocks.h 未找到

标签 ios iphone swift swift2 cocoapods

我的 iOS 应用程序正在使用 Swift 2.0、RMUniversalAlert 版本 0.7 和 UIAlertView+Blocks 版本 0.9

当我在 Xcode 7 中构建它时,出现错误:

'UIAlertView+Blocks/UIAlertView+Blocks.h' file not found` It occurs in Pods/Pods/RMUniversalAlert/RMUniversalAlert.m

如何解决这个错误?

最佳答案

您需要更新您的 pod。

执行 - Pod 更新

关于ios - RMUniversalAlert 错误 - UIAlertView+Blocks/UIAlertView+Blocks.h 未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41141015/

相关文章:

ios - 从 sqlite 文件加载数据 Swift 4.2

javascript - UIWebView和javascript需要加载数据

iphone - UIScrollView 和 CATiledLayer 从头开始

iphone - iOS SDK : Conjoined Text Fields

swift - 数据库引用错误

iphone - 多种 View 还是一种?

ios - 如何通过按下按钮更改播放器颜色?

ios - 在 CalloutAccessoryView 中更改 UIButton 的文本颜色

swift - 从 Parse 类中获取 > 1000 个条目

ios - 如何在多个类上调用同一个函数?