Skip to content

Commit

Permalink
Use newer ios-version-min instead of an outdated iphoneos-version-min
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Jan 7, 2025
1 parent d39caaf commit bf8a900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun SkikoProjectContext.compileNativeBridgesTask(
Arch.Arm64 -> arrayOf(
"-target", if (isUikitSim) "arm64-apple-ios-simulator" else "arm64-apple-ios",
"-isysroot", if (isUikitSim) iphoneSimSdk else iphoneOsSdk,
if (isUikitSim) "-mios-simulator-version-min=12.0" else "-miphoneos-version-min=12.0"
if (isUikitSim) "-mios-simulator-version-min=12.0" else "-mios-version-min=12.0"
)
Arch.X64 -> arrayOf(
"-target", "x86_64-apple-ios-simulator",
Expand Down

0 comments on commit bf8a900

Please sign in to comment.