Troubleshooting
Common issues and how to fix them
"App is damaged" or "can't be opened"
This happens because the app isn't signed with an Apple Developer certificate yet. The installer should fix this automatically, but if you see this warning, run:
$xattr -cr "/Applications/YOLO NDJSON Converter.app""Apple cannot check it for malicious software"
macOS Gatekeeper blocks apps from unidentified developers. To open the app:
- Right-click (or Control-click) the app in Finder
- Select "Open" from the context menu
- Click "Open" in the dialog that appears
You only need to do this once. After that, the app will open normally.
Homebrew installation fails
If the Homebrew installation fails, try clearing the cache and reinstalling:
$brew untap amanharshx/tap$brew tap amanharshx/tap$brew install --cask yolo-ndjson-converter