I just installed the latest cursor build and when I start it from the CLI I get this error: [0228/071301.229615:ERROR:codesign_util.cc(108)] SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" (-67062)
and when I check its code signing status, I see this: $ codesign -v --verbose /usr/local/bin/cursor /usr/local/bin/cursor: code object is not signed at all
We currently do not sign the cursor CLI, only the main Cursor application at /Applications/Cursor.app/Contents/MacOS/Cursor. (VS Code also does not sign their CLI, if I’m not mistaken.)
The error just started happening though, I now see: [0228/071301.229615:ERROR:codesign_util.cc(108)] SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" (-67062) on my CLI whenever I type cursor, and last week and prior, I didn’t see this error.