Ahmed na
01/05/2024, 7:17 AMw: Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: <>. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
Pamela Hill
01/05/2024, 7:27 AMAhmed na
01/05/2024, 7:44 AMkotlin {
androidTarget {
publishLibraryVariants("release")
}
iosX64()
iosArm64()
iosSimulatorArm64()
cocoapods {
// Required properties
// Specify the required Pod version here. Otherwise, the Gradle project version is used.
version = "0.0.1"
ios.deploymentTarget = "12.0"
name = "myFramework"
framework {
baseName = "myFramework"
isStatic = false
transitiveExport = false
embedBitcode(org.jetbrains.kotlin.gradle.plugin.mpp.BitcodeEmbeddingMode.DISABLE)
}
}
}
Pamela Hill
01/05/2024, 7:45 AMAhmed na
01/05/2024, 7:47 AMPamela Hill
01/05/2024, 7:47 AMPamela Hill
01/05/2024, 7:49 AMAhmed na
01/05/2024, 7:53 AMPamela Hill
01/05/2024, 7:53 AMPamela Hill
01/05/2024, 7:54 AMPamela Hill
01/05/2024, 7:55 AMJeff Lockhart
01/05/2024, 5:03 PM