"Dependency "FontBlaster" has no shared framework schemes"
romaincointepas opened this issue · 5 comments
romaincointepas commented
When doing a carthage update
.
Carthage version: 0.8.0
FontBlaster: 1.0.8 (github "ArtSabintsev/FontBlaster"
in Cartfile
)
ArtSabintsev commented
Hey, yep! Apparently,I didn't finish the Carthage support stuff. I forgot to make a framework :(
I'll take care of it soon.
romaincointepas commented
@ArtSabintsev Great, thanks!
ArtSabintsev commented
Will look into it again after Xcode 7 GM goes live.
romaincointepas commented
Hi, I still get the following error when building with Carthage:
Dependency "FontBlaster" has no shared framework schemes for any of the platforms: iOS
(using github "ArtSabintsev/FontBlaster"
in Cartfile)
ArtSabintsev commented
Ya, so I became lazy and dropped Carthage all together as I Cocoapods is just easier to deal with all around.