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.

Generate arm64 swift package #53

@jaypatel208

Description

@jaypatel208

Below is the config for genrating swift package:

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

what's happening here is generating package which is x86_64 but it will not run on every xcode what if i want to genrate specific framework ?? basically i want arm64 sitable pacakge to be generated.

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