freshOS / Stevia

:leaves: Concise Autolayout code
https://freshos.github.io/SteviaDocs/
MIT License
3.38k stars 213 forks source link

Dependency "Stevia" has no shared framework schemes for any of the platforms: iOS #136

Closed Pratik-Sodha closed 4 years ago

Pratik-Sodha commented 4 years ago

Xcode Version 11.3.1. And Swift version 4.2.

Any help appreciated.

Thank you in advance.

mark-anders commented 4 years ago

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
s4cha commented 4 years ago

Thanks @mark-anders for chiming in 👍 @Pratik-Sodha Did that solve your issue?

s4cha commented 4 years ago

Closing for lack of activity, feel free to reopen :)