Commit 6303317
Fix build compatibility with Xcode 26 on ARM64
Update Swift version from 5.0/5.3 to 5.9 across podspec and Xcode
project settings. Xcode 26 removed the swiftCompatibility56 and
swiftCompatibilityPacks libraries that were required by older Swift
versions, causing linker failures. Swift 5.9 does not depend on
these compatibility libraries.
Also adds ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = $(inherited) to
the pod target xcconfig and declares s.swift_version in the podspec
for proper CocoaPods Swift version resolution.
Fixes #778
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e69c305 commit 6303317
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments