Any update on this? I'm developing an app that requires multi camera recording, which is available only for A12 and superior devices and can't install on device with this requirement.
Post
Replies
Boosts
Views
Activity
I also have the exact same issue, happening only on iOS 16 devices
0 libobjc.A.dylib 0x3518 objc_release + 16
1 libobjc.A.dylib 0x3518 objc_release_x0 + 16
2 libobjc.A.dylib 0x15d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 196
3 libobjc.A.dylib 0x4f40 objc_autoreleasePoolPop + 256
4 libobjc.A.dylib 0x329dc objc_tls_direct_base<AutoreleasePoolPage*, (tls_key)3, AutoreleasePoolPage::HotPageDealloc>::dtor_(void*) + 168
5 libsystem_pthread.dylib 0x1bd8 _pthread_tsd_cleanup + 620
6 libsystem_pthread.dylib 0x4674 _pthread_exit + 84
7 libsystem_pthread.dylib 0x16d8 _pthread_start + 160
8 libsystem_pthread.dylib 0xba4 thread_start + 8
I'm having the same problem testing on device and on App Store Review. In production it's working.
I'm having the same problem testing on device and on App Store Review. In production it's working.
Same problem
We should all report this issue at https://feedbackassistant.apple.com to catch their attention to the problem.
Me and a lot of people are experiencing the same. Please, notify Apple at https://feedbackassistant.apple.com so it catches their attention!
Even companies such as RevenueCat are reporting the issue: https://status.revenuecat.com/incidents/bc051fmc44gg
I think they have fixed it. Just tested and worked.
I'm facing the same problem in my app. My workaround was to set the image to nil while the screen is rotating and resume updating the images after the rotation completes.