firebase-cpp-sdk icon indicating copy to clipboard operation
firebase-cpp-sdk copied to clipboard

Please update iOS building procedure to cmake 3.14

Open crazyhappygame opened this issue 6 years ago • 1 comments

Starting from cmake 3.14.0 there is native support for iOS: https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos

Building with CMake for iOS https://github.com/firebase/firebase-cpp-sdk/blob/master/README.md#building-with-cmake-for-ios

Should not require -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.cmake with CMake 3.14 and above

crazyhappygame avatar Sep 06 '19 21:09 crazyhappygame

@crazyhappygame the min cmake version we support is 3.1, we're happy to accept pull requests if this can be applied conditionally.

stewartmiles avatar Sep 07 '19 00:09 stewartmiles