Re: [CMake] Xcode Archiving on iOS and OSX

2012-12-17 Thread Jamie Hales
I've got a little further with this over the weekend. By doing a "Product->Build For->Archiving" before "Product->Archive" seems to build the xcode archives into the correct location, I'm not sure why this is the case. Regardless, that allows it to link correctly. The problem then is it by defau

Re: [CMake] Xcode Archiving on iOS and OSX

2012-12-14 Thread Jamie Hales
Apologies, I hit send before I was ready - I tried setting various attributes - set(CMAKE_XCODE_ATTRIBUTE_INSTALL_PATH "test") set(LIB_INSTALL_DIR, ${CMAKE_INSTALL_PREFIX}) set(LIBRARY_OUTPUT_DIRECTORY, ${CMAKE_INSTALL_PREFIX}) But this doesn't seem to make any difference. Is anyone aware of a

[CMake] Xcode Archiving on iOS and OSX

2012-12-14 Thread Jamie Hales
Hi, I'm currently trying to change my existing multiple project setup (manually maintaining makefiles, vsproj and xcodeproj) for a single cmake solution. So far it's going well, I have the OSX and iOS targets up and running correctly when running directly on the device, but I'm having issues w