Closed mikoprus closed 8 months ago
Hi @mikoprus have you checked #1121 ? I also think that troubleshooting step 5 is for when you are writing your own frame processor for ios.
adding s.dependency "ReactCommon"
to VisionCamera.podspec
fixes the bug
Great, maybe I need to add that again.
@mrousavy I've created a PR adding this: https://github.com/mrousavy/react-native-vision-camera/pull/2620
@mrousavy I am using React Native 0.72, the latest version of V3 (3.9.1) builds perfectly, but in order for the latest version of V2 (2.16.8) to build I have to add s.dependency "ReactCommon"
to VisionCamera.podspec
; however, I checked and cannot find the line s.dependency "ReactCommon"
in VisionCamera.podspec
in V3, yet V3 still builds, what is the reason that it builds in V3 without that line but does not build in V2 without that line? Thank you for your help in advance and would love to buy you a coffee!
Related Issues:
How were you trying to build the app?
I tried to build my app with XCode
I tried troubleshooting step no 5: Make sure you have created a Swift bridging header in your project However, I'm not prompted by the XCode like guide suggests: Press Create Bridging Header when promted.
Full build logs
Project dependencies
VisionCamera Version
3.9.0
Target platforms
iOS
Operating system
MacOS
Can you build the VisionCamera Example app?
Yes, I can successfully build the Example app here
Additional information