Post

Replies

Boosts

Views

Activity

Reply to .accessibilityElement(children: .contain) produces memory leaks in UITests
Thank you Nathan, We see this on macOS Big Sur, specifically 11.5.2. FB9188594: Object graph shows strong reference only when we use Accessibility features (either by UI tests or even by Accessibility Inspector). In our AppStore app this creates memory footprint of 2.5 Gb instead of usual 45 Mb within 30 min of using the app. Basically every time user refreshes the view our memory footprint grows by megabytes. Appreciate any help!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21
Reply to Constant "Your session has expired" (error 1100)
For us we were running a CI job on a self-hosted github runner and encountered this error, signing in to xcode on the runner resolved this issue for us. Interestingly it wasn't necessary for macOS builds, only iOS.
Replies
Boosts
Views
Activity
Oct ’24
Reply to .accessibilityElement(children: .contain) produces memory leaks in UITests
Thank you Nathan, We see this on macOS Big Sur, specifically 11.5.2. FB9188594: Object graph shows strong reference only when we use Accessibility features (either by UI tests or even by Accessibility Inspector). In our AppStore app this creates memory footprint of 2.5 Gb instead of usual 45 Mb within 30 min of using the app. Basically every time user refreshes the view our memory footprint grows by megabytes. Appreciate any help!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to .accessibilityElement(children: .contain) produces memory leaks in UITests
Same issue happens by just using Accessibility on macOS, like accessibility inspector or Voice Over, not only in UI Tests. To reproduce: open your sample app open accessibility inspector focus on the current app view in inspector navigate away see object graph showing previous view model is not released
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Launch argument "-AppleLocale en_US" doesn't change measurement system(units) to "US" on MacOs
I tried setting my locale to Australia (metric) and setting the -AppleMetricUnits false in the example project and saw that the launch argument had no effect and my Locale.current.usesMetricSystem was still true. Screenshots and details at https://github.com/yuri-qualtie/UseMetricSystemDemo/issues/1
Replies
Boosts
Views
Activity
Apr ’21