rkechols
06/23/2025, 2:51 AMSean Chin Jun Kai
06/24/2025, 2:54 PMrkechols
06/24/2025, 2:59 PMplugins {
alias(libs.plugins.kotlinMultiplatform)
}
kotlin {
listOf(
macosArm64(),
macosX64(),
iosArm64(),
iosX64(),
iosSimulatorArm64(),
).forEach { appleTarget ->
appleTarget.compilations.getByName("main") {
val CoreMIDI by cinterops.creating {
definitionFile.set(project.file("src/appleMain/cinterop/CoreMIDI.def"))
}
}
appleTarget.binaries.framework {
baseName = "Shared"
isStatic = true
}
}
jvm()
sourceSets {
commonMain.dependencies {
// put your Multiplatform dependencies here
implementation(libs.kotlinx.coroutines.core)
}
commonTest.dependencies {
implementation(libs.kotlin.test)
}
}
}
Sean Chin Jun Kai
06/24/2025, 3:01 PMSean Chin Jun Kai
06/24/2025, 3:01 PMrkechols
06/24/2025, 3:03 PMCould not launch “rk_midi_tools”
Domain: IDELaunchErrorDomain
Code: 20
Recovery Suggestion: The app requires a more recent version of macOS.
Please check the app's deployment target.
...
"sdk_canonicalName" = "macosx15.2";
"sdk_osVersion" = "15.2";
"sdk_variant" = macos;
}
--
System Information
macOS Version 14.7.6 (Build 23H626)
Xcode 16.2 (23507) (Build 16C5032a)
Timestamp: 2025-06-22T22:19:47-04:00
Sean Chin Jun Kai
06/24/2025, 3:04 PMrkechols
06/24/2025, 3:06 PMrkechols
06/24/2025, 3:43 PMw: Unknown binary option 'macos_min_version'
rkechols
06/24/2025, 3:45 PMSean Chin Jun Kai
06/24/2025, 4:53 PMrkechols
06/24/2025, 4:57 PMmacos_version_min
.
Do you know where any docs may be for what "binary option" keys are available?Sean Chin Jun Kai
06/24/2025, 5:39 PMSean Chin Jun Kai
06/24/2025, 5:40 PM