Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

IOS Installation #11

Open
mohsenomidi opened this issue Apr 20, 2019 · 1 comment
Open

IOS Installation #11

mohsenomidi opened this issue Apr 20, 2019 · 1 comment
Assignees

Comments

@mohsenomidi
Copy link

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).

@prscX prscX self-assigned this Apr 21, 2019
@jaggu07
Copy link

jaggu07 commented Feb 18, 2020

Try to set the Swift version by including

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants