Dependency "Stevia" has no shared framework schemes for any of the platforms: iOS
Pratik-Sodha opened this issue · comments
Pratik Sodha commented
Xcode Version 11.3.1. And Swift version 4.2.
Any help appreciated.
Thank you in advance.
Mark Anders commented
If you are using Carthage, I ran into the same issue. If so, you're probably using 4.8.0, which seems to only support the Swift Package Manager. Try changing your Cartfile entry to:
github "freshOS/Stevia" == 4.7.3
Sacha DSO commented
Thanks @mark-anders for chiming in 👍 @Pratik-Sodha Did that solve your issue?
Sacha DSO commented
Closing for lack of activity, feel free to reopen :)