[BUG] Unable to determine Swift version
hasan-li opened this issue · 3 comments
hasan-li commented
Describe the bug
After running pod install
in ios folder there is an error:
[!] Unable to determine Swift version for the following pods:
- `RNDominantColor` does not specify a Swift version and none of the targets (`PROJECT`) 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.
To Reproduce
<--
Steps to reproduce the behavior:
- Go to ios folder
- run
pod install
!-->
Expected behavior
Installation of rn-dominant-color without errors
Screenshots
https://imgur.com/a/8M1rGGh
Desktop (please complete the following information):
- OS: iOS
matinzd commented
Does issue still exist?
hasan-li commented
Hey. Yes