Skip to content

Instantly share code, notes, and snippets.

@tomkrikorian
Created August 19, 2025 09:41
Show Gist options
  • Select an option

  • Save tomkrikorian/cedacad3c2336a481931b871e5887cb7 to your computer and use it in GitHub Desktop.

Select an option

Save tomkrikorian/cedacad3c2336a481931b871e5887cb7 to your computer and use it in GitHub Desktop.

Revisions

  1. tomkrikorian created this gist Aug 19, 2025.
    15 changes: 15 additions & 0 deletions visionOS26Beta6toBeta7.md
    Original 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.