Hacker News new | ask | show | jobs
by Henk0 2085 days ago
Great stuff! I'm currently a bit short on money, so thanks for making it available on GitHub :)

Just to save others a bit of googling time: I tried to build the project using Xcode 14 and ran into a problem with the Highlightr framework being compiled in Swift 5.1

error message: "Module compiled with Swift 5.1 cannot be imported by the Swift 5.3 compiler: /Users/TheAdmin/Downloads/DevUtils-app-master/Carthage/Build/Mac/Highlightr.framework/Modules/Highlightr.swiftmodule/x86_64-apple-macos.swiftmodule"

The fix was to set the flag "Build libraries for distribution" in DevUtils>build Settings>build options to yes. If you've already tried building and failed, you may have to clean build folder, go to the derived data folder (~/Library/Developer/Xcode/DerivedData), delete the derived data for the project, and restart xcode before you build again

1 comments

You are welcome! I'm glad you like the app :)