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

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

[!] The `DRN1 [Release]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-DRN1/Pods-DRN1.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `DRN1 [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-DRN1/Pods-DRN1.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] FBSDKMessengerShareKit has been deprecated


我想知道自从SDK版本切换到Pod安装版本以来我的应用抛出错误的所有含义是什么

ios - pod安装显示以下问题-LMLPHP

最佳答案

尝试将$(inherited)$(PROJECT_DIR)添加到Debug and Release中,如下图所示

ios - pod安装显示以下问题-LMLPHP

10-06 02:56