- Pull latest develop
- Build and run Projucer
- Create new command line project for macOS
- Open in Xcode 14.1
- Try and build
Build fails:
An empty identity is not valid when signing a binary for the product type 'Command-line Tool'.
Adding CODE_SIGNING_ALLOWED=NO
to Custom Xcode Flags gets it building again. I assume setting up signing identity would to, but I have no need to sign internal command line tools.