Open WasiAtFolio3 opened 3 years ago
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];
Added the fix into a fork of this project - available by using:
pod 'M13ProgressSuite', :git => 'https://github.com/rogerioth/M13ProgressSuite.git'
When compiling on Xcode 13, there is an error on getting device orientation. screenshot is attached.