adamwulf / ClippingBezier

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
http://getlooseleaf.com/opensource/
MIT License
254 stars 34 forks source link

import of C++ module 'CoreGraphics' appears within extern "C" language linkage specification #33

Closed vieri68 closed 7 months ago

vieri68 commented 7 months ago

On Xcode15, import of C++ module 'CoreGraphics' appears within extern "C" language linkage specification

Litome commented 7 months ago

This is a duplicate of this issues: https://github.com/adamwulf/ClippingBezier/issues/31 Which is fixed but there hasn't been releases cut for Cocoapods etc... yet I don't think.

@adamwulf Do you think you could create a release containing the fix for the different package delivery mechanisms please? Or is that something we can help with?

adamwulf commented 7 months ago

I've just pushed up 1.2.4 that includes the necessary version bump in the podspec file, and i've also pushed to cocoapods too, so everything should be good to go. lmk if you run into issues, thanks!

vieri68 commented 7 months ago

thanks! 🎉