gpt4 book ai didi

ios - Xcode 8 依赖分析警告

转载 作者:技术小花猫 更新时间:2023-10-29 11:18:29 24 4
gpt4 key购买 nike

我正在尝试删除 xcode(8.3) 中出现的这些警告:

warning: using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'.

当我在目标的build设置中将 'ALWAYS_SEARCH_USER_PATHS' 更改为 NO 时,警告消失。但是当我运行 pod install 时,我收到了额外的警告:

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

果然,当我查看 Pods/Target Support Files/Pods-AppName/Pods-AppName.release.xcconfig 时,ALWAYS_SEARCH_USER_PATHS = YES 就在那里,我'我不确定它是如何到达那里或该文件来自何处。

有谁知道如何摆脱这些错误?谢谢。

最佳答案

Xcode 8.3,ALWAYS_SEARCH_USER_PATHS 现已弃用:

“始终搜索用户路径”build设置已弃用, future 版本的 Xcode 可能不支持它。依赖此功能的项目应迁移到单独的用户与系统 header 包括语义并将此build设置设置为“否”。 (16364329)

检查 : https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html

关于ios - Xcode 8 依赖分析警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43487952/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com