I've been building my own executables for OSX of OXCE+ for a while and with the most recent version the process fails at the when it tries to create a bundle.
Could help me to make sense of the error message I get?
[100%] Linking CXX executable ../openxcom.app/Contents/MacOS/openxcom
-- fixup_bundle
-- app='/Users/***/Documents/OpenXcomExPlus\ Git/build/openxcom.app'
-- libs=''
-- dirs=''
-- ignoreItems=''
-- warning: *NOT* handled - directory/file does not exist...
CMake Error at /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/BundleUtilities.cmake:966 (message):
error: fixup_bundle: not a valid bundle
Call Stack (most recent call first):
/Users/***/Documents/OpenXcomExPlus Git/cmake/modules/PostprocessBundle.cmake:33 (fixup_bundle)
-- fixup_bundle: done
make[2]: *** [openxcom.app/Contents/MacOS/openxcom] Error 1
make[2]: *** Deleting file `openxcom.app/Contents/MacOS/openxcom'
make[1]: *** [src/CMakeFiles/openxcom.dir/all] Error 2
make: *** [all] Error 2