I was trying to build the cpprestsdk for iOS platform. But getting below error
clang: error: invalid iOS deployment version '-mios-simulator-version-min=11.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]
cmake.toolchain file needs to be updated for latest changes in iOS 11.0 . As I am very new to CMake and C++, not sure where and what changes to do.
Any help would be really helpful. Thanks.
I was trying to build the cpprestsdk for iOS platform. But getting below error
cmake.toolchainfile needs to be updated for latest changes in iOS 11.0 . As I am very new to CMake and C++, not sure where and what changes to do.Any help would be really helpful. Thanks.