-
Hi! I'm using Xcode Version 15.2 (15C500b) and my test project (from the start guide) works only on iOS 17+. It doesn't work on iOS lower 17. Is it the bug? Unfortunately, I can use only simulators for testing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
TCA 1.x supports iOS 13. However, whether you support only iOS 17 or need support for iOS 13-16 determines whether you can use Apple's vanilla Observation tools or must use TCA's Observation backport called Perception. Would highly recommend you read this doc article on the Observation backport. |
Beta Was this translation helpful? Give feedback.
-
Hi @ArturRuZ, when I download your project it compiles just fine in iOS 16. What problem are you having? |
Beta Was this translation helpful? Give feedback.
TCA 1.x supports iOS 13. However, whether you support only iOS 17 or need support for iOS 13-16 determines whether you can use Apple's vanilla Observation tools or must use TCA's Observation backport called Perception.
Would highly recommend you read this doc article on the Observation backport.