iOS swiftUI 应用警告 RSABSSATokenBlinder 在两个位置实现

Posted

技术标签:

【中文标题】iOS swiftUI 应用警告 RSABSSATokenBlinder 在两个位置实现【英文标题】:iOS swiftUI app warning RSABSSATokenBlinder is implemented in two locations 【发布时间】:2021-12-21 23:49:01 【问题描述】:
objc[68450]: Class RSABSSATokenBlinder is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/ios.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate (0x15e118328) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging (0x15b244400). One of the two will be used. Which one is undefined.
objc[68450]: Class RSABSSATokenWaitingActivation is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate (0x15e118350) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging (0x15b244428). One of the two will be used. Which one is undefined.
objc[68450]: Class RSABSSATokenReady is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate (0x15e1183a0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging (0x15b244478). One of the two will be used. Which one is undefined.
objc[68450]: Class RSABSSATokenIssuer is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate (0x15e118418) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging (0x15b2444f0). One of the two will be used. Which one is undefined.

我正在使用 CoreData 构建一个基本的 SwiftUI 应用程序。此警告显示在 Xcode 13.2.1 的控制台中。我已经重新安装了 Xcode,使用了 App Store 版本以及来自苹果开发者网站的 Xcode。

要重现这一点,请为 iOS 应用创建一个新的 Xcode 项目。在 iPhone 模拟器中运行应用程序。

【问题讨论】:

这是对我有用的解决方案:***.com/a/38679826/13550412 您找到解决方案了吗?我有同样的问题 【参考方案1】:

我在模拟器上运行时遇到了同样的问题。当我在设备上运行时,这些“警告”消失了。

【讨论】:

以上是关于iOS swiftUI 应用警告 RSABSSATokenBlinder 在两个位置实现的主要内容,如果未能解决你的问题,请参考以下文章

SWIFTUI 警告 imagePickerController 几乎匹配 - 仅在现有的 swift 项目文件中发生

基本的 SwiftUI 选择器在屏幕变化时发出严重警告和奇怪的动作

SwiftUI 在一种情况下而不是另一种情况下查看层次结构警告

如何检测手表操作系统是不是关闭了 ios 应用程序 SWIFTUI

SwiftUI |警告:绑定首选项 _ 尝试每帧更新多次。可能的原因?

如果我将 UIKit 应用程序更新为 SwiftUI,老 iOS 用户会发生啥?