As of premake5 a14 there is no way to specify deployment target at xcode4 project generation time. This leaves it as a default.
Currently, OS X 10.14 + Xcode 11 defaults to 10.15 which causes the built app to fail to run. Workaround is to change the deployment target into 10.14 in the Info panel of the project.
Alternatively, nfd can be built using gmake_macos files from the command line.
As of premake5 a14 there is no way to specify deployment target at xcode4 project generation time. This leaves it as a default.
Currently, OS X 10.14 + Xcode 11 defaults to 10.15 which causes the built app to fail to run. Workaround is to change the deployment target into 10.14 in the Info panel of the project.
Alternatively, nfd can be built using gmake_macos files from the command line.