I have used swiftformat successfully since mid-2018, mainly via Editor Extension in Xcode.
However, after installing macOS 10.15 and Xcode 11.1 the Extension menu items (Format Entire File, Format Selected Source) disappeared from the Xcode Editor menu.
I pulled the project from https://github.com/nicklockwood/SwiftFormat.git
and ran SwiftFormat for Xcode.app
, then looked into System Preferences - Extensions
, but I found no trace of Xcode extensions or swiftformat therein.
Next, I built and run the scheme SwiftFormat for Xcode
. The app dialog popped up, but again there was no new entry in System Preferences - Extensions
.
Am I missing something?
Any advice on how to proceed?
Is there a log file that would indicate the problem?