Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charts doesn't work under Mac Catalyst #4990

Open
GiordanoVicoli opened this issue Dec 22, 2022 · 1 comment
Open

Charts doesn't work under Mac Catalyst #4990

GiordanoVicoli opened this issue Dec 22, 2022 · 1 comment

Comments

@GiordanoVicoli
Copy link

Hi,
I have an iOS application developed in Objective c where I use the Charts library.
Until recently the application also worked in Catalyst mode without problems using Charts correctly.
For some time now if I try to compile under Catalyst I get the following error: 'Charts/Charts-Swift.h' file not found.
I am therefore forced not to use the Chart library under Catalyst but this is not acceptable.
I don't remember when this happened but it must have been after some update.
How can I solve the problem?

Thanks and regards,
Giordano

@xjki
Copy link

xjki commented May 15, 2023

Probably naming conflicts with Swift native Charts library.

Renaming is a work in progress see:
#5028

Meanwhile you can see workaround (works for me with Mac Catalyst) using CocoaPods here:
xjki@e740459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants