iFa*_*teh 34 xcode core-data uitextfield ios swift
我正在使用 xcode 13 并在 coredata 上制作演示。
objc[6188]:类 _PathPoint 在 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/ 中实现Library/PrivateFrameworks/UIKitCore.framework/UIKitCore (0x114a8fa78) 和 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/系统/库/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x12cd4a8b0)。将使用两者之一。哪一个是未定义的。
objc[6188]:类 _PointQueue 在 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/ 中实现Library/PrivateFrameworks/UIKitCore.framework/UIKitCore (0x114a8fa50) 和 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/系统/库/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x12cd4a8d8)。将使用两者之一。哪一个是未定义的。
Kir*_* S. 33
苹果开发者Quinn \xe2\x80\x9cThe Eskimo!\xe2\x80\x9d @开发者技术支持@Apple回答了这个问题在这里:
\n\n\n这本身并不是一个错误。相反,它\xe2\x80\x99s Objective-C 运行时告诉你:
\n\n
\n- 进程中的两个框架实现相同的类(在本例中是类,即 _PathPoint 和 _PointQueue)。
\n- 运行时将使用其中之一,以未指定的方式选择它。
\n这可能很糟糕,但在这种情况下,\xe2\x80\x99 则不然。这两种实现都来自系统(嗯,模拟系统),因此您\xe2\x80\x99d 希望它们同步,因此运行时使用哪一个并不重要。
\n因此,在这种特定情况下,这些日志消息只是日志噪声。
\n
| 归档时间: |
|
| 查看次数: |
12363 次 |
| 最近记录: |