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

IPHONEOS_DEPLOYMENT_TARGET error after adding ui-checkbox dependency #125

Open
arcovoltaico opened this issue Apr 17, 2023 · 3 comments
Open

Comments

@arcovoltaico
Copy link

Just after installing the checkbox dependency, I run ns run ios, and I am getting this error:

platforms/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator 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. (in target 'BEMCheckBox' from project 'Pods')

@modpluz
Copy link

modpluz commented Apr 17, 2023

@arcovoltaico
In my case, the error came up with the MBProgressHUD pod and updating the target Minimum Deployment Target in Xcode fixed it...for now.

@arcovoltaico
Copy link
Author

The thing is that I don't want to manually update it after every build or run.

@modpluz
Copy link

modpluz commented Apr 18, 2023

I hear ya on that. It's what I've been doing and it's not fun.

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

2 participants