I ran into this issue while running Pylon in FreeBSD:
Process terminated with code 1, find: illegal option -- O
I couldn't narrow down the root cause upon a (somewhat) quick check, and fortunately, a workaround exists (install gfind, and then ln -s /usr/local/bin/gfind ~/.local/bin/find).
Still, I figured I might as well bring this up.