Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Create XCFramework for arm simulator #31

@jizoquval

Description

@jizoquval

Hi guys, your plugin is awesome! But I stuck with one problem. Here is my configuration :

multiplatformSwiftPackage {
    packageName("XXX")
    swiftToolsVersion("5.3")
    targetPlatforms {
        iOS { v("13") }
    }
}

createSwiftPackage task generates Swift package with two targets ios-arm64 and ios-x86_64-simulator, this works great on Intel Mac simulators and iPhones, but this not works on Apple silicone arm simulator.

So is it possible to generate target for Arm simulator ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions