Skip to content

Commit

Permalink
disable version-min argument for ios simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Oct 2, 2023
1 parent 367a1bb commit 77c8513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/driver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fun CompileToBitcodeExtension.createSqlite3mc() {
)
IOS_SIMULATOR_ARM64 -> listOf(
// https://youtrack.jetbrains.com/issue/KT-60230
"-mios-simulator-version-min=14.0",
// "-mios-simulator-version-min=14.0",
"-isysroot",
xcode.iphonesimulatorSdk,
)
Expand Down

0 comments on commit 77c8513

Please sign in to comment.