MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

Compile errors

Open AndnixSH opened this issue 4 years ago • 0 comments

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;

AndnixSH avatar Apr 28 '21 13:04 AndnixSH