You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile my tweak with MBProgressHUD but i'm getting following errors
I'm not sure what i'm missing, I have added required headers and FRAMEWORKS in makefile
MBProgressHUD/MBProgressHUD.m:90:34: error: no known class method for selector
'labelColor'
_contentColor = [[UIColor labelColor] colorWithAlphaComponent:0.7f];
^~~~~~~~~~
MBProgressHUD/MBProgressHUD.m:381:101: error: use of undeclared identifier
'UIActivityIndicatorViewStyleLarge'
...= [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActi...
^
MBProgressHUD/MBProgressHUD.m:1068:32: error: use of undeclared identifier
'UIBlurEffectStyleSystemThickMaterial'
_blurEffectStyle = UIBlurEffectStyleSystemThickMaterial;
The text was updated successfully, but these errors were encountered:
I'm trying to compile my tweak with MBProgressHUD but i'm getting following errors
I'm not sure what i'm missing, I have added required headers and FRAMEWORKS in makefile
The text was updated successfully, but these errors were encountered: