Error handling 使用Xcode12.2在iOS11上安装/更新pod

Error handling 使用Xcode12.2在iOS11上安装/更新pod,error-handling,cocoapods,ios11,xcode12,Error Handling,Cocoapods,Ios11,Xcode12,在macOs11.0上更新xcode12.2后,我在尝试安装pod时遇到以下错误 [!] The `Myproject-User-iOSUITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-Myproject-User-iOS-DipDap-User-iOSUITests/Pods

在macOs11.0上更新xcode12.2后,我在尝试安装pod时遇到以下错误

 [!] The `Myproject-User-iOSUITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-Myproject-User-iOS-DipDap-User-iOSUITests/Pods-Myproject-User-iOS-DipDap-User-iOSUITests.debug.xcconfig'. This can lead to problems with the CocoaPods installation
        - Use the `$(inherited)` flag, or
        - Remove the build settings from the target.

[!] The `Myproject-User-iOSUITests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-Myproject-User-iOS-DipDap-User-iOSUITests/Pods-DipDap-User-iOS-Myproject-User-iOSUITests.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
我搜索了错误并得到了一些结果,根据指定的链接更改了值

但是仍然得到同样的错误,我的pod框架没有更新