githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

Xcode not compiling: "library not found for -lRangeSlider" #57

Closed afouchet closed 3 years ago

afouchet commented 4 years ago

Hello, I use react-native 0.61.5 rn-range-slider 1.3.2 xcode 11.3.1

I did "npm install", "react-native link", "pod install". I did Product/Clean, Product/Clean build folder

But, when I try to build, I get the error "library not found for -lRangeSlider"

Do you have an idea why is that ?

Rahulv2492 commented 3 years ago

@afouchet it might be some linking issue. Try manual linking

githuboftigran commented 3 years ago

v2 doesn't use any additional native modules so you won't have any linking issues anymore.