Appleが開発者向けに「iOS 18/iPadOS 18」や「visionOS 2」などのBeta 7を公開しています。詳細は以下から。
Appleは現地時間2024年08月20日、WWDC24で発表し、今年の秋のリリースを予定している「iOS 18/iPadOS 18」や「tvOS 18」、「visionOS 2」、「watchOS 11」のBeta 7と、「Xcode 16」のBeta 6を開発者向けに公開しています。
- Xcode 16 beta 6 (16A5230g)
- iOS 18 beta 7 (22A5346a)
- iPadOS 18 beta 7 (22A5346a)
- tvOS 18 beta 7 (22J5353a)
- visionOS 2 beta 7 (22N5314a)
- watchOS 11 beta 7 (22R5348a)
August 20, 2024
Releases – Apple Developer
Appleが公開したリリースノートによると、iOS 18/iPadOS 18 Beta 7では、App IntentsでEntityURLRepresentationが認証なしに任意のカスタムURLを許可 してしまう不具合が修正される一方、HealthKitでは、プロジェクトをSwift 6へアップデートするとHealthKit APIを呼び出すアプリがクラッシュする不具合も確認されているそうなので、開発者の方はチェックしてみてください。
Known Issues
- With the introduction of Swift 6 this year, developers who update their projects to use Swift 6 might have issues with their apps, which can lead to app crashes when executing a variety of HealthKit API calls. (131794283)
Workaround: Annotate your callbacks in code with @sendable, NS_SWIFT_SENDABLE, or use pre-Swift 6 versions of the language.
- Releases – Apple Developer
コメント