Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors #97

Open
AndnixSH opened this issue Apr 28, 2021 · 0 comments
Open

Compile errors #97

AndnixSH opened this issue Apr 28, 2021 · 0 comments

Comments

@AndnixSH
Copy link

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant