You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mlabbe
changed the title
Xcode 11 build complaints about deployment target
Xcode 11 build complains about deployment target on project run
Sep 28, 2019
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.
The text was updated successfully, but these errors were encountered: