gpt4 book ai didi

iphone - 使用 Cocoapods 时忽略 Xcode 警告

转载 作者:行者123 更新时间:2023-12-03 18:07:36 25 4
gpt4 key购买 nike

在最新的 Xcode 更新后,我使用了很多第三方库,其中有很多警告。 (例如 Facebook SDK pod)现在,所有这些警告都显示在我的 Xcode 中我想查看自己的警告或错误的地方。

有什么办法可以忽略这些错误吗?修复它们不会有帮助,因为每次“pod install”后更改都会被丢弃。

最佳答案

添加到您的 Podfile:

platform :ios

# ignore all warnings from all pods
inhibit_all_warnings!

# ignore warnings from a specific pod
pod 'FBSDKCoreKit', :inhibit_warnings => true

然后执行:pod install

关于iphone - 使用 Cocoapods 时忽略 Xcode 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13208202/

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