I ran latest and the main window kept closing while it was obviously trying to reach something over the network. I suspect a config file it loads is foobared. When I run it directly from the command line, I get this:
╰──► % /Applications/Latest.app/Contents/MacOS/Latest
2026-03-25 10:26:18.861 Latest[73561:1684425] ApplePersistence=NO
Latest/UpdateRepository.swift:194: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character Y at line 1" UserInfo={NSDebugDescription=Unexpected character Y at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Expected ';' or '=' after key at line 1" UserInfo={NSDebugDescription=Expected ';' or '=' after key at line 1}}
[1] 73561 illegal hardware instruction /Applications/Latest.app/Contents/MacOS/Latest
Is there a debug mode I can run to provide more info should you need it?
I ran latest and the main window kept closing while it was obviously trying to reach something over the network. I suspect a config file it loads is foobared. When I run it directly from the command line, I get this:
╰──► % /Applications/Latest.app/Contents/MacOS/Latest
2026-03-25 10:26:18.861 Latest[73561:1684425] ApplePersistence=NO
Latest/UpdateRepository.swift:194: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character Y at line 1" UserInfo={NSDebugDescription=Unexpected character Y at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Expected ';' or '=' after key at line 1" UserInfo={NSDebugDescription=Expected ';' or '=' after key at line 1}}
[1] 73561 illegal hardware instruction /Applications/Latest.app/Contents/MacOS/Latest
Is there a debug mode I can run to provide more info should you need it?