Getting the following error when putting SVProgressHUD in my project via Carthage.
Missing submodule 'SVProgressHUD.SVProgressHUD_Framework'
My project uses Swift so in my Bridging Header I have the following
#import <SVProgressHUD/SVProgressHUD-Framework.h>
Anything that I should be doing differently or is this an actual bug in the framework?
Getting the following error when putting SVProgressHUD in my project via Carthage.
Missing submodule 'SVProgressHUD.SVProgressHUD_Framework'My project uses Swift so in my Bridging Header I have the following
#import <SVProgressHUD/SVProgressHUD-Framework.h>Anything that I should be doing differently or is this an actual bug in the framework?