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

标签 ios swift xcode swiftui

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 模拟器中运行应用程序。

最佳答案

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

关于iOS swiftUI 应用警告 RSABSSATokenBlinder 在两个位置实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70442799/

相关文章:

iphone - 如何检查数组中的值是否不为 NULL?

ios - 解析键包含 A 或 B 的查询 - Swift

ios - Firebase 通知仅出现在一台设备上

iphone - 在不将其放在当前 UINavigationController 堆栈上的情况下创建新 View 的转场的正确方法是什么?

objective-c - 变量名里面的变量

ios - Objective-C 函数通过在方法签名中指定关系来更新 Core Data 关系

ios - Swift:while 循环中的 UIAlertController

ios - 三角形 UIView - Swift

ios - 观看 OS2 NSTimer 问题

swift - applyImpulse 不起作用