Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 11 build complains about deployment target on project run #75

Closed
mlabbe opened this issue Sep 28, 2019 · 1 comment
Closed

Xcode 11 build complains about deployment target on project run #75

mlabbe opened this issue Sep 28, 2019 · 1 comment

Comments

@mlabbe
Copy link
Owner

mlabbe commented 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.

@mlabbe mlabbe changed the title Xcode 11 build complaints about deployment target Xcode 11 build complains about deployment target on project run Sep 28, 2019
@mlabbe
Copy link
Owner Author

mlabbe commented Jan 8, 2021

The ravages of time make this bug irrelevant -- everyone should be building from OS 11.1 by now.

@mlabbe mlabbe closed this as completed Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant