Skip to content

Generate arm64 swift package #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jaypatel208 opened this issue Oct 20, 2023 · 1 comment
Open

Generate arm64 swift package #53

jaypatel208 opened this issue Oct 20, 2023 · 1 comment

Comments

@jaypatel208
Copy link

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.

@indyfromoz
Copy link

@jaypatel208

Have a look at the open PR here - #41.

It is recommended to use this forked version - https://github.com/luca992/multiplatform-swiftpackage or try Touchlab's https://github.com/touchlab/KMMBridge

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

No branches or pull requests

2 participants