Skip to content

CommonCrypto modulemap doesn't work with Swift framework #102

Open
@srozner

Description

@srozner

I am using JSONWebToken within my own Swift framework. This does not work with the standard modulemap CommonCrypto solution. I found this link that pulls together and describes the issues with including CommonCrypto, particularly within a Swift Framework.

http://ioscake.com/importing-commoncrypto-in-a-swift-framework.html

The easiest solution may be to include this approach specifically targeted at Cocoapods:

pod 'CommonCryptoSwift', :git => 'https://github.com/onmyway133/CommonCrypto.swift'

Or it may be used as a basis for a solution you trust.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions