我已经做了基本的工作: 在pod文件中将AppFrameworkInfo.plst更改为9.0未注释的9.0 但是对于我的pub spec中的每个包,仍然会收到这条消息。warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the rangeof supported deployment target
我不能在iOS模拟器上构建一个颤振应用程序。我一次又一次地犯了这个错误。我的颤栗医生是清白的。' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.4.99.' is set to 7.0, but the range of supported deployment target versions is 8.0 to 1
每当我安装一个新的pod项目,例如我安装firebase库时,我总是得到针对项目8.0的安装库,或者由于收到警告,我开始手动将其更改为9.0或14.0。 ? 下面是Podfile的内容: platform :ios, '14.0'
# Comment the next line if you don'tpod 'lottie-ios
在这个项目中,我把所有的东西都改成了9.0,但是我在很多豆荚中都有同样的错误。
我试过做很多不同的事情,但都没有效果。有人知道我怎么解决这个问题吗?warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported' is set to 8.0, but the