swift - Carthage更新后无法找到接口(interface)声明错误Xcode 10.2

标签 swift xcode carthage

我在将 myxcode 更新到 10.2 后更新了 carthage,我收到了 Carthage 框架类未找到的警报。

Cannot find interface declaration for 'ChartMarkerImage', superclass of 'BalloonMarker' ?

我的项目swift版本还是4.0。

enter image description here

但该文件在 Carthage 框架中可用。 enter image description here

这里出了什么问题?

我试过的是

Set toolchain to SWIFT_4_2 but no luck.
Added #import <chart/chart.h> in pch file still getting error.

最佳答案

是迦太基 issue .固定版本即将推出

UPD:版本 0.33.0 https://github.com/Carthage/Carthage/releases/tag/0.33.0

关于swift - Carthage更新后无法找到接口(interface)声明错误Xcode 10.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55417518/

相关文章:

ios - XIB 中的动画按钮以编程方式移动

swift - 如何为多个实体使用 AuthMiddleware?

ios - 更改导航栏颜色

ios - Xcode 8 中的 "No such module"错误

mobile - 在 AppCenter 中构建使用 Carthage 的应用程序

ios - 获取 Facebook API 个人资料图片 ios Swift

swift - iOS JSON 的设计模式

iphone - 如何为armv6、armv7和i386编译静态库(fat)

swift - xCode - 应用程序在不存在的断点处停止

Xcode 10 在安装 Carthage 依赖项时找不到任何可用的 iOS 模拟器