📌  相关文章
📜  反应原生 iOS 模拟器部署目标“IPHONEOS_DEPLOYMENT_TARGET”设置为 8.0,但支持的部署目标版本范围是 9.0 到 14.5.99. - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:47.497000             🧑  作者: Mango

代码示例2
Just Manually Update Development target in xcode Pods file.

The problem is in your pod files deployment target iOS Version not in your project deployment target iOS Version, so you need to change the deployment iOS version for your pods as well to anything higher than 8.0 to do so open your project workspace and do this:

Click on pods.
Select each project and target and click on build settings.
Under Deployment section change the iOS Deployment Target version to anything more than 8.0 (better to try the same project version).
Repeat this for every other project in your pods then run the app.