开发者社区 问答 正文

Pod Install显示以下问题

[!] 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版本切换到poinstall版本后会抛出错误。 https://i.stack.imgur.com/bSLgH.png

展开
收起
游客5akardh5cojhg 2019-12-12 13:56:35 471 分享 版权
1 条回答
写回答
取消 提交回答
  • 尝试添加$(inherited)和$(PROJECT_DIR)调试并发布下面的图像 https://i.stack.imgur.com/D7wb3.png

    2019-12-12 13:57:08
    赞同 展开评论
问答分类:
问答地址: