Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find interface declaration error Xcode 10.2 after Carthage update

I have updated the carthage after updated myxcode to 10.2 , And the Carthage framework class is not found alert I am getting .

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

My project swift version was 4.0 still.

enter image description here

But the file is available in Carthage framework . enter image description here

What was went wrong here ?

What i tried is

Set toolchain to SWIFT_4_2 but no luck.
Added #import <chart/chart.h> in pch file still getting error.
like image 986
Kishore Kumar Avatar asked Jul 17 '26 03:07

Kishore Kumar


1 Answers

It's Carthage issue. The fixed release will soon available

UPD: Version 0.33.0 https://github.com/Carthage/Carthage/releases/tag/0.33.0

like image 60
ftp27 Avatar answered Jul 19 '26 16:07

ftp27



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!