Xcode 更新Mac M1芯片上颤振项目的PodFile文件

Xcode 更新Mac M1芯片上颤振项目的PodFile文件,xcode,macos,flutter,cocoapods,podfile,Xcode,Macos,Flutter,Cocoapods,Podfile,我试图在Mac(M1硅芯片)上运行一个颤振项目。同样的项目在linux机器上运行良好。然而,在Mac上,我不断地遇到这个错误,我尝试了很多方法,但仍然没有成功。如果这里有人知道如何解决这个问题,那会很有帮助的 warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 9.0 to 1

我试图在Mac(M1硅芯片)上运行一个颤振项目。同样的项目在linux机器上运行良好。然而,在Mac上,我不断地遇到这个错误,我尝试了很多方法,但仍然没有成功。如果这里有人知道如何解决这个问题,那会很有帮助的

 warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'UMDevice' from project 'Pods')
 warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'FirebaseDatabase' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'FirebaseAuth' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'UMAPM' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'FirebaseAnalytics' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'Firebase' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'UMCCommon' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'GoogleAppMeasurement' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'UMCAnalytics' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
    'Flutter' from project 'Pods'

我已经取消了Podfile上的注释并更改了版本,还增加了Xcode上的版本,但仍然没有成功。

这是否回答了您的问题?