react-native-charts-wrapper icon indicating copy to clipboard operation
react-native-charts-wrapper copied to clipboard

[!] No podspec found for `RNCharts` in `../node_modules/react-native-charts-wrapper`

Open vinizinmoraes opened this issue 2 years ago • 9 comments

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:

vinizinmoraes avatar May 29 '22 23:05 vinizinmoraes

How to reproduce it ? Does it happen when initializing a new project ? or upgrading an existing one?

wuxudong avatar May 30 '22 00:05 wuxudong

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

vinizinmoraes avatar May 30 '22 01:05 vinizinmoraes

You are right! Sorry for the inconvenience.

wuxudong avatar May 30 '22 01:05 wuxudong

I have a same problem, what is the solution?

MuratAkbaba006 avatar May 30 '22 16:05 MuratAkbaba006

@MuratAkbaba006 follow the new setup steps in Readme?

wuxudong avatar May 31 '22 00:05 wuxudong

Same issue here and I don't know what to do. :(

Following readme is not working...

macasfaj avatar Jun 03 '22 00:06 macasfaj

@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

wuxudong avatar Jun 03 '22 08:06 wuxudong

It works! Thank you!!!

macasfaj avatar Jun 03 '22 09:06 macasfaj

Getting an issue with the recommended solution

error build: Library not found for -lRNCharts

tejasNix avatar Sep 27 '22 19:09 tejasNix