Closed johanmic closed 1 year ago
Closing as this is a stale issue - this might have been fixed with the full rewrite in VisionCamera V3 (🥳) - if not, please create a new issue.
If your issue has been fixed, consider sponsoring me on GitHub to say thanks 💖
Hey!
JFYI; VisionCamera V3 now includes a QR/Barcode Scanner! 😍 Check out the CodeScanner Documentation 🚀
Try upgrading to V3 if you can, it has a much more stable yet flexible foundation.
What were you trying to do?
spent over a week deep diving on this. Can’t figure out this issue.
Apps work fine on Android, development and production.
Works fine on iOS on devices in development but frame processors do not work on iOS archived production / testflight. Having tried react-native
0.66.4, 0.69.6, 0.70.6
Tried react-native-reanimated from 2.5 to 2.13 (crashed before 2.8)Tried Xcode
14
and13.4
With and without hermes.react-native-vision-camera 2.14 with patch and latest 2.15 Ensured CLANG_CXX_LANGUAGE_STANDARD to match between reanimated, vision camera and Hermes.
Podfile
.podspec
Considering writing the frame processors ourselves but feels like this is close and have a hunch its a build Issue solved from Podfile.
Using multiple frame processors (OCR / QR) reader but get the same results building with either or.
Suggestions?
Reproduceable Code
What happened instead?
no frameprocessors loading and or crash depending on reanimated / vision camera versions.
Relevant log output
Device
iPhone 11, iPhone 14, moto e7
VisionCamera Version
2.15.2
Additional information