react-native-charts-wrapper
react-native-charts-wrapper copied to clipboard
[!] No podspec found for `RNCharts` in `../node_modules/react-native-charts-wrapper`
Do read files under lib/*
before reporting issues, you can find all the config there, all of them are straightforward.
Expected Behavior
Change the name of the pod file should be a breaking change on the version number.
Actual Behavior
Screenshots
Data and config
Steps to Reproduce the Problem
Specifications
- Version:
- Platform:
- Subsystem:
How to reproduce it ? Does it happen when initializing a new project ? or upgrading an existing one?
We are using the podfile name (RNCharts) on some files and because of the change in the name of the file, it's not building anymore. We changed the references of the podfile name to the new one to fix the problems on the project. But this change should be a breaking change v1.0.0 or at least v0.6.0
You are right! Sorry for the inconvenience.
I have a same problem, what is the solution?
@MuratAkbaba006 follow the new setup steps in Readme?
Same issue here and I don't know what to do. :(
Following readme is not working...
@macasfaj Are you upgrading an existing app? try update your ios/Podfile
pod 'RNCharts', :path => '../node_modules/react-native-charts-wrapper'
to
pod 'react-native-charts-wrapper', :path => '../node_modules/react-native-charts-wrapper'
then rebuild
It works! Thank you!!!
Getting an issue with the recommended solution
error build: Library not found for -lRNCharts