Reputation: 11
After installation it crashes just after launching with the below report.
Dyld Error Message:
Symbol not found: OBJC_IVAR$_NSFont._fFlags Referenced from: /Applications/Xcode.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit in /Applications/Xcode.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Any workaround for this?
Upvotes: 1
Views: 383
Reputation: 6102
No
Xcode 9.2 is a 32-bit macOS Sierra (10.12) app.
Catalina dropped support for 32-bit Applications.
The most recent version of Xcode supported on macOS Catalina is Xcode 12.4. You will need to update Catalina to macOS 10.15.4 before installing.
Upvotes: 2