prscX / react-native-fluidic-slider

React Native: Native Fluidic Slider
Apache License 2.0
196 stars 20 forks source link

IOS Installation #11

Open mohsenomidi opened 5 years ago

mohsenomidi commented 5 years ago

I am trying to install this package for iOS version on my Mac based on the tutorial provided in main page, during installation I got the error below :

$ pod install Analyzing dependencies Pre-downloading: fluid-slider from https://github.com/prscX/fluid-slider, branch objectivec Downloading dependencies Installing fluid-slider (1.0.0) Installing pop (1.0.12) [!] Unable to determine Swift version for the following pods:

[!] The Podfile contains framework or static library targets (RNFluidicSlider), for which the Podfile does not contain host targets (targets which embed the framework). If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).

jaggu07 commented 4 years ago

Try to set the Swift version by including

ENV['SWIFT_VERSION'] = '5' at the top of your Podfile.