Skip to content

Compile errors #97

@AndnixSH

Description

@AndnixSH

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions