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

Not compiling on Xcode 13 #136

Open
WasiAtFolio3 opened this issue Sep 16, 2021 · 2 comments
Open

Not compiling on Xcode 13 #136

WasiAtFolio3 opened this issue Sep 16, 2021 · 2 comments

Comments

@WasiAtFolio3
Copy link

When compiling on Xcode 13, there is an error on getting device orientation. screenshot is attached.
Screenshot 2021-09-16 at 5 06 13 PM

@Dev-
Copy link

Dev- commented Sep 20, 2021

Experiencing the same issue, my Podfile lists version as
pod 'M13ProgressSuite', '~> 1.2'

Work around is to allow editing of the M13ProgressViewHUD.m file (bad practice as M13ProgressHUD is a dependency) obvs solution is an RC for this repo.

Then replace [notification.object orientation]; with [[UIDevice currentDevice] orientation];

@rogerioth
Copy link

Added the fix into a fork of this project - available by using:
pod 'M13ProgressSuite', :git => 'https://github.com/rogerioth/M13ProgressSuite.git'

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

3 participants