You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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
fromhttps://github.com/prscX/fluid-slider
, branchobjectivec
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 theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_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).
The text was updated successfully, but these errors were encountered: