mlabbe / nativefiledialog

A tiny, neat C library that portably invokes native file open and save dialogs.
zlib License
1.78k stars 209 forks source link

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

Closed mlabbe closed 3 years ago

mlabbe commented 5 years ago

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 commented 3 years ago

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