Skip to content

Issue generating a XCFramework #131

@Ces12ned

Description

@Ces12ned

I'm developing a framework and need SwiftJWT for my project. However, when I try to compile my XCFramework using my .sh script, the archives for iphoneos and iphonesimulator fail.

I’m getting the following errors:
** ARCHIVE FAILED **

The following build commands failed:

SwiftEmitModule normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
EmitSwiftModule normal arm64 (in target 'Logging' from project 'swift-log')

SwiftEmitModule normal x86_64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
EmitSwiftModule normal x86_64 (in target 'Logging' from project 'swift-log')
SwiftEmitModule normal arm64 Emitting module for Cryptor (in target 'Cryptor' from project 'Cryptor')

Has anyone encountered this issue before? I’d appreciate any help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions