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

For Xcode 14.3, The minimum deployment target is expected to be at least 9.0 #637

Open
rajasekarchand opened this issue Apr 18, 2023 · 3 comments

Comments

@rajasekarchand
Copy link

rajasekarchand commented Apr 18, 2023

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

  1. Download the Source code(zip) by manually or via Carthage from (https://github.com/jdg/MBProgressHUD/releases/tag/1.2.0)
  2. Extract it and open MBProgressHUD.xcworkspace
  3. There are 3 targets in this, Few of them have 9.0 and few of them are not (e.g. MBProgressHUD Framework)
  4. If you compile MBProgressHUD Framework in Xcode 14.3, it will fail because it has a minimum deployment target of 8.0.

Expected behavior
iOS Deployment taget value should be minimum 9.0

Environment
Xcode 14.3

Screenshot 2023-04-18 at 11 52 57 AM

@teameh
Copy link

teameh commented Apr 18, 2023

I think it's even 11.. I'm getting:

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

@ricky28chd
Copy link

I am getting double-quoted include "MBProgressHUD.h" in framework header, expected angle-bracketed instead

Screenshot 2023-05-01 at 2 09 59 PM

Screenshot 2023-05-01 at 2 10 25 PM

@crudolf
Copy link

crudolf commented May 22, 2023

For me it works fine when just increasing target build version to 11. Would this not be a good fix?

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

4 participants