You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.