Leaks in basic project for iOS 16 #3741
Closed
lilidotshi
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @lilidotshi, good catches! We just released TCA 1.21.1 that fixes this issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! Wondering if I could get a second set of eyes here for an issue I'm seeing in some pretty basic code. I'm running into an issue where I have a super basic app and I'm running into a ton of
<decode: bad range for [$@] got......>
errors. I believe I've wrapped everything correctly withWithPerceptionTracking
, but I'm still seeing it. Wondering if I could grab any extra eyes.If I swap to iOS 17 only, and get rid of the WithPerceptionTracking everything is fine, but we still need to support iOS 16. I've seen discussions from a while ago that were resolved, particularly this one, but there was no resolution.
I'm running with Xcode 26 beta 4, on iOS 26 iPhone 16 Plus simulator with TCA version 1.21.0. I've also attached the basic repro.
BigTest.zip
Beta Was this translation helpful? Give feedback.
All reactions