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
MRProgressHelper.h and MRBlurView.m call +[UIApplication sharedApplication], which is not available in App Extensions, meaning that MRProgress will not compile for extension targets.
MRProgress/src/Utils/MRProgressHelper.h:41:56: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.
The text was updated successfully, but these errors were encountered:
MRProgressHelper.h
andMRBlurView.m
call+[UIApplication sharedApplication]
, which is not available in App Extensions, meaning that MRProgress will not compile for extension targets.The text was updated successfully, but these errors were encountered: