首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >pod install显示以下问题

pod install显示以下问题
EN

Stack Overflow用户
提问于 2019-12-12 10:45:59
回答 1查看 37关注 0票数 0
代码语言:javascript
复制
    [!] 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安装版本后抛出错误

EN

回答 1

Stack Overflow用户

发布于 2019-12-12 11:04:01

尝试将$(inherited)$(PROJECT_DIR)添加到调试和发布中,如下图所示

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59296984

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档