Skip to content

Raise sample iOS deployment target to 15.0 for Xcode 27 - #386

Merged
MaxHeimbrock merged 1 commit into
mainfrom
max/ios-deployment-target-15
Sep 22, 2026
Merged

MaxHeimbrock merged 1 commit into
mainfrom
max/ios-deployment-target-15

Conversation

@MaxHeimbrock

Copy link
Copy Markdown
Contributor

Background

Xcode 27 narrows the accepted IPHONEOS_DEPLOYMENT_TARGET range to 15.0 – 27.0.x. Building any of the samples for iOS with it fails on the generated Xcode project:

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 12.0, but the range of supported deployment target versions is 15.0 to 27.0.x.

All three samples (Meet, Basic, Agents) pinned iOS 12.0 in their PlayerSettings.

Changes

  • Set iOSTargetOSVersionString to 15.0 in the ProjectSettings.asset of Samples~/Meet, Samples~/Basic and Samples~/Agents.

No SDK or FFI change is needed: the shipped ffi-ios-arm64/liblivekit_ffi.a (livekit-ffi@v0.12.69) is built with minos 14.0, so a 15.0 deployment target is compatible. CI only exports the Xcode project through game-ci and never invokes xcodebuild, so it is unaffected either way.

🤖 Generated with Claude Code

Xcode 27 only accepts deployment targets from 15.0 upward, so the
generated Unity-iPhone project fails with:

  The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 12.0,
  but the range of supported deployment target versions is 15.0 to 27.0.x.

All three samples pinned 12.0. The prebuilt liblivekit_ffi.a for iOS is
built with minos 14.0, so 15.0 is compatible with the FFI as shipped.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@MaxHeimbrock
MaxHeimbrock merged commit 0a19eea into main Sep 22, 2026
18 of 19 checks passed
@MaxHeimbrock
MaxHeimbrock deleted the max/ios-deployment-target-15 branch September 22, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants