I have a host of CocoaPods that all throwing this warning:
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99.
anyway to correct these? Would converting to Swift Packages help, and if so is there a way to tell if a Pod has a swift package?
Thanks all,