Replies: 1 comment
-
Just found that the issue has been fixed. The latest TCA observation-beta now requires a new branch of the Perception Library (tca-observation) which eliminates the problem showed above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When updating TCA library to the newest beta version, also the latest version of the Perception Library is used (1.1.0). The latest change of Perception involved more checking for missing "WithPerceptionTracking". This does not play well with TCA when compiling for iOS17. WithPerceptionTracking should not be necessary, but Runtime Warnings are issued.
To reproduce, run the following code:
When you remove the comments on WithPerceptionTracking the runtime warning disappears, but you get a deprecation warning.
Beta Was this translation helpful? Give feedback.
All reactions