-
Notifications
You must be signed in to change notification settings - Fork 659
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
Build Failed Swift.ContiguousArray<A.Element> in libCharts.a(ChartUtils.o) #822
Comments
This comment was my solution facebook/react-native#31179 (comment)
But after that i get another errorrs like
and solved by this comment zalando/SwiftMonkey#80 (comment) |
I am using react-native-charts-wrapper npm package in my project and after upgrading react native to 64.2. I changed the Podfile file like this in the upgrade because
from
To this;
then I realized that 'RNcharts' is not installed automatically and added this
pod 'RNCharts', :path => '../node_modules/react-native-charts-wrapper'
I ran react-native-run-ios and it was created without any problems. it crashes when I open the component-screen using the react-native-chart-wrapper package.***
Specifications
Version: "react-native-charts-wrapper": "^0.5.7"
Platform: IOS
Subsystem:
The text was updated successfully, but these errors were encountered: