Commit ea34c30
committed
fix(ios): update ios-device-lib to 0.9.6
ios-device-lib rejected every in-flight operation as soon as any device was
lost, so with a second iOS device attached (or flapping over Wi-Fi) a livesync
upload to the target device failed with "Device <other> lost during operation
upload". Since #6058 stopped swallowing upload errors without a deviceId, this
aborted the sync instead of being hidden. 0.9.6 only fails the operations
addressed to the lost device and attributes the error to it, so the existing
per-device check in uploadFilesCore now logs it as another device's error and
the sync proceeds.
0.9.6 is also the first release built and published from CI with provenance,
and restores the universal (x86_64 + arm64) macOS binary that 0.9.5 shipped
arm64-only.1 parent fcc5c17 commit ea34c30
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments