Skip to content

Conversation

@boorad
Copy link
Collaborator

@boorad boorad commented Feb 1, 2026

Summary

This PR adds a plan document for addressing issue #881 - the OpenSSL.xcframework conflicting names error.

Problem

When users have another library that also vendors OpenSSL.xcframework, CocoaPods fails with:

The 'Pods-MyApp' target has frameworks with conflicting names: openssl.xcframework

Proposed Solution

Rename our vendored framework from OpenSSL.xcframework to QuickCryptoOpenSSL.xcframework to avoid name collisions.

Status

Waiting for feedback - We've asked the issue reporter to identify which library is causing the conflict so we can advise on the best path forward (since including two OpenSSL copies would significantly increase app bundle size).

See: .claude/plans/issue-881-openssl-conflict.md for the full implementation plan.

Closes #881

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

Successfully merging this pull request may close these issues.

🔧 Cause: The 'Pods-MyApp' target has frameworks with conflicting names: openssl.xcframework.

1 participant