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
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];
When compiling on Xcode 13, there is an error on getting device orientation. screenshot is attached.
The text was updated successfully, but these errors were encountered: