siegelaaron94 / atom-build-cmake

Generate and build cmake projects from within Atom.
MIT License
6 stars 12 forks source link

XCode Targets #39

Open thomasburbeck opened 6 years ago

thomasburbeck commented 6 years ago

More of a question rather than a bug; I'm trying to build using build-cmake on OSX with XCode to create iOS projects. It keeps coming up with "Cannot extract targets for generator Xcode". Not sure if this is a CMake settings problem, or an XCode environment problem, or something else. Can someone point me in the correct direction please?

siegelaaron94 commented 6 years ago

The Xcode generator is not supported at the moment, because targets have to be extracted from the project files. At the moment I do not know how to do this with Xcode as I do not have access to it. If you could create a simple CMake project (something like hello world) and CMake to generate the Xcode project. Then send me the source, and CMake generated build folder that could give me a starting point.