简体   繁体   English

请帮我解决m1 iOS模拟器错误

[英]Please help me solve the m1 iOS simulator error

Spec.规格。
Hardware: M1 Pro硬件:M1 Pro
IDE: Xcode 14 IDE:Xcode 14

After the project is created, the console error message below occurs during runtime without any other settings.项目创建后,在没有任何其他设置的情况下,运行时出现如下控制台错误信息。

Have you ever dealt with an error like this?你有没有处理过这样的错误?

objc[6742]: Class SBFCARendererImageRepresentation 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/SpringBoardFoundation.framework/SpringBoardFoundation (0x1067895a0) objc[6742]:Class SBFCARendererImageRepresentation 在 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/ 中都实现了库/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation (0x1067895a0)

and

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI (0x104ffd930). /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI (0x104ffd930 )。 One of the two will be used.将使用两者之一。 Which one is undefined.哪一个是未定义的。

As far as I can tell, this is just log spam and can be ignored.据我所知,这只是日志垃圾邮件,可以忽略。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果我调用此方法,那么我将收到一个错误消息,即“数据库已锁定”。我该如何解决呢? 请帮我 - If i call this method,then i'm getting a error which is “database is lock”.How i can solve this?? Please help me Flutter iOS 在 iPhone 11 模拟器上运行应用程序,Mac M1 结果 CocoaPods 错误 - Flutter iOS run app on iPhone 11 simulator with Mac M1 results CocoaPods error Flutter iOS Z1BDF 上的应用程序605991920DB11CBDF8508204C4EBZ 在 M1 Mac 上运行的模拟器 - Flutter iOS App on an iOS Simulator running on an M1 Mac iOS 模拟器在 Apple M1 上滚动太快 - iOS Simulator scrolls too fast on Apple M1 iOS 模拟器无法正确滚动(M1 + React Native 项目) - iOS simulator not scrolling properly (M1 + React Native project) Xcode 错误“为 iOS 模拟器构建,但在为 iOS.. 构建的 dylib 中链接”来自 Apple Silicon M1 Mac - Xcode error 'building for iOS Simulator, but linking in dylib built for iOS .. for architecture arm64' from Apple Silicon M1 Mac React Native 项目未在使用 Apple M1 芯片的 iOS 模拟器上运行 - React Native Project is not running on iOS Simulator using Apple M1 chip 谁能帮我解决 iOS 13.5.1 设备中的此错误,以使用 CoreBluetooth 进行 ble 传输 - Can any one help me to solve this error in iOS 13.5.1 devices for using CoreBluetooth for ble transmission 如何在英特尔 mac 上支持 iOS 模拟器的 M1 mac 上构建 static 库? - How to build a static library on M1 mac that supports iOS simulator on Intel mac? Dynamics SDK v9.1 - M1 Apple Silicon 支持上的 iOS 模拟器 - Dynamics SDK v9.1 - iOS Simulator on M1 Apple Silicon Support
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM