Commit e927b56
Build separate speex library for iOS Simulator
The iOS simulator and device targets were both linking against the same
libspeex.a (built for iphoneos, platform=2). Xcode 24's linker treats
platform mismatches as errors, breaking simulator builds.
- Build script now builds for iphoneos, iphonesimulator, and macOS
separately using explicit -sdk flags
- Gradle config points iosArm64 at lib/ios/ and iosX64/iosSimulatorArm64
at lib/ios-simulator/
- Prebuilt .a files included for all three platforms
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a47881a commit e927b56
5 files changed
Lines changed: 29 additions & 5 deletions
File tree
- library
- speex
- lib
- ios-simulator
- ios
- macos
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
59 | 71 | | |
60 | 72 | | |
61 | | - | |
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
67 | 78 | | |
68 | | - | |
| 79 | + | |
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
| 14 | + | |
4 | 15 | | |
5 | | - | |
6 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments