Skip to content

Commit

Permalink
fix issue as affecting Xcode 16 beta 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Dec 3, 2024
1 parent 73971ba commit 7f4d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class MyViewController {
}
```
* Note about using async/await functions: Our async/await functions utilize `withCheckedContinuation`
There were crashes reported with Xcode 16 beta 5 with earlier iOS 18 beta versions.
There were crashes reported with Xcode 16 beta 5+ with earlier iOS 18 beta versions.
Also reported issues with MacCatalyst apps built with Xcode 16 and running on MacOS 14-.
The fix for MacCatalyst apps was released with Xcode 16.2 beta.
https://github.com/swiftlang/swift/pull/76218#issuecomment-2377064768
Expand Down

0 comments on commit 7f4d902

Please sign in to comment.