Dependency "Stevia" has no shared framework schemes
ian-schu opened this issue ยท 3 comments
I've been using Stevia
with CocoaPods without issue for a couple months. Nice work, btw! ๐ But now I'm switching to Carthage and having some issues.
Granted, I'm new to Carthage so it's plausible I'm doing something wrong here, but ...
Cartfile:
github "freshOS/Stevia"
... other frameworks here ...
When running carthage update
all my other dependencies seem to build just fine. However:
Any ideas? Many thanks ๐
Hi @ian-schu sure you need to specify the 4.7.3 version. Starting 4.8.0 (the latest version), only swift package manager will be supported.
github "freshOS/Stevia" "4.7.3"
By the way have you tried starting to use Swift package manager for Stevia and your other libs?
Hope this helps :)
Thanks a bunch, I'm sure this will take care of me.
I haven't tried SwiftPM yet! Still new to the iOS ecosystem so I'm doing the typical rounds through different dependency mgrs ๐
I haven't circled back to Carthage yet, but I'll go ahead and close this out since I have little doubt your fix will work. Sounds like a common problem ๐