RNCryptor/RNCryptor

Too low iOS deployment target warning

ale-gen opened this issue · 1 comments

While running my iOS app with target 12.0 in Xcode 14 (my app uses RNCryptor integrated by Pods) I get warning The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99.. It is caused that Xcode 14 minimum version support is 11.0. Is it possible to raise the deployment target of RNCryptor to 11.0? This PR fixes my issue -> the warning is gone!