react-native-fluidic-slider icon indicating copy to clipboard operation
react-native-fluidic-slider copied to clipboard

IOS Installation

Open mohsenomidi opened this issue 6 years ago • 1 comments

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:

  • fluid-slider does not specify a Swift version and none of the targets (RNFluidicSlider) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.

[!] 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).

mohsenomidi avatar Apr 20 '19 06:04 mohsenomidi

Try to set the Swift version by including

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

jaggu07 avatar Feb 18 '20 09:02 jaggu07