Document iOS TDLib linking blocker

This commit is contained in:
Mikhail Kilin
2026-05-20 23:04:03 +03:00
parent 99ae5106ae
commit f6b4b34ed4
5 changed files with 62 additions and 0 deletions

View File

@@ -32,6 +32,9 @@
- `swift build --product TeleTuiIOSApp`
- `swift run TeleTuiIOSSmokeTests`
- `DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/build-ios-simulator-app.sh`
- `DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/check-ios-tdlib-linking.sh` once TDLib iOS artifacts are available
`swift test` is not currently a CI gate on this host because the CLI Swift toolchain available to the package does not expose `XCTest` or `Testing`. The deterministic view-model coverage lives in the executable `TeleTuiIOSSmokeTests` target until an Xcode test target is introduced.
## Rollback