-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Cocoapod "transitive dependencies" error #9
Comments
Yep, I have this issue too. |
... this is shared vs static problem, it can't be static and shared at the same time. |
I'm also getting this error. Has this one got a solution yet? |
+1 here as well |
there is nothing I can do about it, can I? |
+1 also getting this |
Another +1 |
@bpwalford it can't be "fixed" due to nature of static vs dynamic libraries. This build is static library. |
May be silly, but is there a possibility that the OpenSSL libraries become dynamic then? Seems like a lot of users try to tackle the problem. |
can't be done. Can't create dynamic framework with bitcode with currently available tools. It is possible generate framework without bitcode though: https://github.com/krzyzanowskim/OpenSSL/tree/master/Frameworks |
Does it make sense to add subspec with dynamic framework then? Some projects are not using bitcode anyway so it might be useful. |
@krzyzanowskim What do you suggest? Add the framework manually? -- Update: Thanks for the link, I just resorted to adding the |
@jcavar yes, it does. |
Cool, we have internal pod which is working well for us and uses prebuilt framework, so I can open pull request here when i catch some time if you are interested? |
sure |
Hi, another question; it seems installing an app with the pre-built framework fails because the framework has no |
Yes, we also had that problem. You can change script a bit: However, after fixing this we had another set of issues so we ended up creating framework using Xcode following this: |
ok, can you please create PR with that ? |
Yes, I planned to do that with pod update pull request. |
Ah thanks @jcavar , rebuilding the framework seems to be adding the |
@jcavar how's going with the PR ? |
@krzyzanowskim PR is here for a while: |
With Cocoapods 0.37.1 I'm seeing this error when including OpenSSL-Universal in my iOS project:
I've tried cleaning my cocoapod cache etc. but I can't get it to work.
I'm not alone, apparently:
CocoaPods/CocoaPods#3583 (comment)
The text was updated successfully, but these errors were encountered: