Skip to content

Raise minimum iOS deployment target to 15 - #800

Open
BugorBN wants to merge 1 commit into
adjust:masterfrom
BugorBN:raise-ios-deployment-target-15
Open

Raise minimum iOS deployment target to 15#800
BugorBN wants to merge 1 commit into
adjust:masterfrom
BugorBN:raise-ios-deployment-target-15

Conversation

@BugorBN

@BugorBN BugorBN commented Jun 8, 2026

Copy link
Copy Markdown

Resolves #799.

Xcode 27 beta no longer supports iOS deployment targets below iOS 15. The current .iOS(.v12) / s.ios.deployment_target = '12.0' declarations emit a the iOS deployment target ... is set to 12.0, but the range of supported deployment target versions is 15.0 to ... warning when building under Xcode 27.

Changes

  • Package.swift: iOS platform floor .iOS(.v12).iOS(.v15) (tvOS unchanged)
  • Adjust.podspec: all *.ios.deployment_target 12.015.0 (tvOS unchanged)

Verification

Built the AdjustSdk product clean against the iOS 27 SDK (Xcode 27.0 beta, 27A5194q) for generic/platform=iOS Simulator** BUILD SUCCEEDED **, no deployment-target warnings.

Xcode 27 beta no longer supports iOS deployment targets below 15, so the
iOS 12 floor produces a deployment-target warning on every build. Bump the
iOS platform to 15 in Package.swift and the iOS deployment targets in
Adjust.podspec to build cleanly under Xcode 27. tvOS targets are unchanged.
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.

Support Xcode 27: declare a minimum iOS deployment target of 15

1 participant