установка/обновление модуля на iOS11 с помощью Xcode12.2

Я получаю указанную ниже ошибку при попытке установить модуль после обновления xcode12.2 на macOs11.0.

 [!] 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 не обновляются.


person MuraliDharan V    schedule 20.11.2020    source источник