-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
iOS not supported in the podspec #27
Comments
+1 |
for now you can use
|
Fixed in version 1.0.19. |
Need to provide a framework target. Re-opening. |
Fixed in version 1.0.20. |
We can't update our minimum deployment target (currently 10.0) yet, so this is what I did for now. Thanks for this! Edit: Turns out I can't use it anyway. Upon installing pod, it installed BlueRSA version 1.0.17, which causes an incompatibility with Apple's SecCertificate API. |
When trying to use the BlueRSA pod for iOS I get the following error:
when comparing the podspec of BlueRSA to BlueCryptor I saw that:
Was missing. In the readme it states the BlueRSA runs on iOS 10 or higher so I would expect this to work.
There is not a reference to the BlueRSA pod but I assume it is intended to support this?
The text was updated successfully, but these errors were encountered: