Created
August 19, 2025 09:41
-
-
Save tomkrikorian/cedacad3c2336a481931b871e5887cb7 to your computer and use it in GitHub Desktop.
Revisions
-
tomkrikorian created this gist
Aug 19, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # visionOS 26 Beta 6 to Beta 7 Changelog ## New Known Issues Added in Beta 7 ### Memory Tools (New Section) - Leaks might be falsely reported by memory analysis tools when a target has instances of types that use Obj-C properties implemented in Swift using bridged types with @objc @implementation. This affects the leaks CLI tool, Leaks instrument, and Xcode memory graph debugger (157798911) ## Minor Updates in Beta 7 ### RealityKit - **Wording Clarification**: Updated description of Developer Capture stuttering issue to specify "In Developer Capture videos" rather than just "Developer Captures" (156968230) --- **Summary**: Beta 7 is an extremely minimal update with only one new known issue affecting memory analysis tools when using Obj-C properties in Swift with @objc @implementation. A minor wording clarification was also made to a RealityKit issue description. This appears to be primarily a maintenance release addressing a specific development tooling concern.