ADAL iOS:类别中的实例方法覆盖类中的方法(链接器警告)

Clo*_*ife 3 linker-warning ios adal

我的设置:

我在我的 iOS 项目中通过 cocoapods 使用ADAL

代码:9.2

阿达尔:2.5.4

令人极度担忧的毁灭性警告:

构建时我收到此警告:

/Users/user/Library/Developer/Xcode/DerivedData/Mobile-echesuhdqeeauvgypmfgbpnmnsjl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ADAL.build/Objects-normal/x86_64/ADTokenCacheItem 类别中的实例方法“speInfo” +Internal.o 覆盖 /Users/user/Library/Developer/Xcode/DerivedData/Mobile-echesuhdqeeauvgypmfgbpnmnsjl/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ADAL.build/Objects-normal/x86_64/ 中类的方法ADTokenCacheItem.o

祸哉是我!

我尝试清理派生数据文件夹并在 Xcode 中进行清理,但没有帮助。我还将 ADAL 从 2.5.2 更新到 2.5.4(pod install),但也没有帮助。

Clo*_*ife 6

我添加-Xlinker -no_objc_category_merging到了Other Linker Flags并且警告被抑制了。

在此输入图像描述