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

allow using the pod together with 'use_frameworks!' #25

Open
adrian-gierakowski opened this issue May 14, 2016 · 1 comment
Open

allow using the pod together with 'use_frameworks!' #25

adrian-gierakowski opened this issue May 14, 2016 · 1 comment

Comments

@adrian-gierakowski
Copy link

having OpenSSL as dependency causes the following problem ( can't use it together with if we specify 'use_frameworks!' in the podfile ):
CocoaPods/CocoaPods#3583

since in order to user pods written in Swift it is necessary to add 'use_frameworks!' in the podfile, it makes it impossible to SCPStoreKitManager and Swift pods in the same project

it seems like using BoringSSL could solve the problem:
https://cocoapods.org/pods/BoringSSL
grpc/grpc#4235

thanks!

@adrian-gierakowski adrian-gierakowski changed the title switch from OpenSSL to BoringSSL in order to be able to install the pod together with 'use_frameworks!' allow using the pod together with 'use_frameworks!' May 17, 2016
@adrian-gierakowski
Copy link
Author

seems like BoringSSL is missing some functionality required by SCPStoreKitManager ( PKCS7 )

for now our workaround is to include source of SCPStoreKitManager directly into our tree ( instead of adding the pod ) and then add OpenSSL pod on the pdofile. OpenSSL imports in SCPStoreKitManager have to be changed to use framework paths ( eg. : #import "x509.h -> #import <OpenSSL/x509.h> )

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

1 participant