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
Describe the bug
Unable to build MBProgressHUD Framework into Xcode 14.3 as it has iOS deployment target 8.0
For Xcode 14.3, The minimum deployment target is expected to be at least 9.0
MBProgressHUD/MBProgressHUD.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99.
When using Carthage and version 1.2.0 of MBProgressHUD
Describe the bug
Unable to build MBProgressHUD Framework into Xcode 14.3 as it has iOS deployment target 8.0
For Xcode 14.3, The minimum deployment target is expected to be at least 9.0
To Reproduce
Expected behavior
iOS Deployment taget value should be minimum 9.0
Environment
Xcode 14.3
The text was updated successfully, but these errors were encountered: