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

Description
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.