Alexis
09/25/2025, 12:06 PMlistOf(
        iosX64(),
        iosArm64(),
        iosSimulatorArm64()
    ).forEach { target ->
        target.binaries.framework {
            ...
            isStatic = true
            ...
}
But I don't know how to adapt the following script for local SPM integration:
Pods/FirebaseCrashlytics/upload-symbols -gsp ios/GoogleService-Info.plist -p ios ../shared/build/cocoapods/framework/shared.framework.dSYM
I've looked into my module's build folder but couldn't find any .dSYM.