Hi,
this project has the deployment target set to version 9.0, which does not work for xcode 14.3.
This wouldn't be a problem if you use it in a normal podfile, because there you can overwrite it with a post_install script.
Unfortunately we use it as a dependency in our own podspec. Therefore I kindly ask if you can change the deployment target to at least version 11.0.
Hi, this project has the deployment target set to version 9.0, which does not work for xcode 14.3.
This wouldn't be a problem if you use it in a normal podfile, because there you can overwrite it with a post_install script.
Unfortunately we use it as a dependency in our own podspec. Therefore I kindly ask if you can change the deployment target to at least version 11.0.
Thank you.