Skip to content

Commit e70497f

Browse files
committed
clarify issue is with withCheckedContinuation
1 parent 7f4d902 commit e70497f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2_MIGRATION_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ class MyViewController {
220220
}
221221
```
222222
* Note about using async/await functions: Our async/await functions utilize `withCheckedContinuation`
223-
There were crashes reported with Xcode 16 beta 5+ with earlier iOS 18 beta versions.
224-
Also reported issues with MacCatalyst apps built with Xcode 16 and running on MacOS 14-.
223+
There were crashes reported in use of `withCheckedContinuation` with Xcode 16 beta 5+ with earlier iOS 18 beta versions.
224+
Also there were reported issues with MacCatalyst apps using `withCheckedContinuation` built with Xcode 16 and running on MacOS 14-.
225225
The fix for MacCatalyst apps was released with Xcode 16.2 beta.
226226
https://github.com/swiftlang/swift/pull/76218#issuecomment-2377064768
227227

0 commit comments

Comments
 (0)