Skip to content
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

Closed
Andrew-Lees11 opened this issue Nov 19, 2018 · 6 comments
Closed

iOS not supported in the podspec #27

Andrew-Lees11 opened this issue Nov 19, 2018 · 6 comments

Comments

@Andrew-Lees11
Copy link
Contributor

When trying to use the BlueRSA pod for iOS I get the following error:

The platform of the target `CocoapodsTest` (iOS 12.0) is not compatible with `BlueRSA (1.0.17)`, which does not support `ios`

when comparing the podspec of BlueRSA to BlueCryptor I saw that:

s.ios.deployment_target = "10.0"

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?

@peterpaulis
Copy link

+1

@peterpaulis
Copy link

for now you can use

pod 'BlueRSA', :git => 'https://github.com/peterpaulis/BlueRSA.git'

@billabt
Copy link
Collaborator

billabt commented Nov 23, 2018

Fixed in version 1.0.19.

@billabt billabt closed this as completed Nov 23, 2018
@billabt
Copy link
Collaborator

billabt commented Nov 23, 2018

Need to provide a framework target. Re-opening.

@billabt billabt reopened this Nov 23, 2018
@billabt
Copy link
Collaborator

billabt commented Nov 23, 2018

Fixed in version 1.0.20.

@billabt billabt closed this as completed Nov 23, 2018
@failynsedik
Copy link

failynsedik commented Jun 16, 2020

for now you can use

pod 'BlueRSA', :git => 'https://github.com/peterpaulis/BlueRSA.git'

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants