melee
melee

Reputation: 17

Please help me solve the m1 iOS simulator error

Spec.
Hardware: M1 Pro
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)

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). One of the two will be used. Which one is undefined.

Upvotes: 0

Views: 1049

Answers (1)

Gereon
Gereon

Reputation: 17882

As far as I can tell, this is just log spam and can be ignored.

Upvotes: 0

Related Questions