We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LicensePlist (3.24.8)
iOS
I tried to upgrade from 3.24.5 to 3.24.8 with pod update and got the following error
pod update
[!] The platform of the target XXX (iOS 15.0) is not compatible with LicensePlist (3.24.8), which does not support iOS.
XXX
Maybe need to add s.ios.deployment_target = 'XXX' to podspec?
s.ios.deployment_target = 'XXX'
3.24.8...main#diff-4e96489b6a967fc179c2d53ccfb81d2ca59128d71b4d86183d7717f10ba055c6R11
The text was updated successfully, but these errors were encountered:
42aa7c7
@wata
Sorry, fixed now: https://github.com/mono0926/LicensePlist/releases/tag/3.24.9
Sorry, something went wrong.
@mono0926 Thanks for the very quick fix. It's working fine 👍
No branches or pull requests
I tried to upgrade from 3.24.5 to 3.24.8 with
pod update
and got the following errorMaybe need to add
s.ios.deployment_target = 'XXX'
to podspec?3.24.8...main#diff-4e96489b6a967fc179c2d53ccfb81d2ca59128d71b4d86183d7717f10ba055c6R11
The text was updated successfully, but these errors were encountered: