Sean Keane
12/14/2022, 4:42 PMiosArm64 {
    binaries {
        framework {
            isStatic = true
            transitiveExport = true
        }
    }
}
cocoapods {
    summary = Metadata.IOS.summary
    homepage = Metadata.IOS.homepage
    version = Metadata.IOS.sdkVersion
    ios.deploymentTarget = Metadata.IOS.deploymentTarget
    framework {
        baseName = Metadata.IOS.frameworkBaseName
        isStatic = true
        transitiveExport = true
    }
    pod("TensorFlowLiteTaskVision")
}Undefined symbol: _OBJC_CLASS_$_GMLImagea-dd
12/15/2022, 2:28 AMSean Keane
12/16/2022, 3:04 PM