Post

Replies

Boosts

Views

Activity

Messages in Swift Playgrounds (Xcode 13.2.1)
I've just started a Swift course and I'm working through the basics to get an idea of syntax. Firstly, the Swift playground is extremely slow. Even with one or two lines of code, it can take nearly 3 minutes to show any output (if it does at all) but I keep getting the following printed in the console no matter what I do. objc[2173]: Class _PathPoint 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/UIKitCore.framework/UIKitCore (0x10fa05e30) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x1141108b8). One of the two will be used. Which one is undefined. objc[2173]: Class _PointQueue 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/UIKitCore.framework/UIKitCore (0x10fa05e08) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x1141108e0). One of the two will be used. Which one is undefined. Anyone know what this means and how I fix it?
3
0
612
Feb ’22