Closed ascholz81 closed 1 year ago
I have issue like this Failed to install Frame Processor JSI bindings!
how can I fix it?
I was able to get around this issue and the next "not found" by adding the following to my podfile
# needed for react-native-vision-camera https://github.com/mrousavy/react-native-vision-camera/issues/1413#issuecomment-1604205944
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['HEADER_SEARCH_PATHS'] ||= '$(inherited) '
config.build_settings['HEADER_SEARCH_PATHS'] << '"${PODS_ROOT}/../../node_modules/react-native/ReactCommon" '
config.build_settings['HEADER_SEARCH_PATHS'] << '"${PODS_ROOT}/../../node_modules/react-native-vision-camera/ios" '
config.build_settings['HEADER_SEARCH_PATHS'] << '"${PODS_ROOT}/../../node_modules/react-native-vision-camera/ios/Frame Processor" '
config.build_settings['HEADER_SEARCH_PATHS'] << '"${PODS_ROOT}/../../node_modules/react-native-skia/cpp/api/third_party" '
end
end
However, I still have a build error in another file that I can't get around.
That file is "react-native-vision-camera/ios/Skia Render Layer/SkiaRenderContext.h"
I have issue like this Failed to install Frame Processor JSI bindings!
how can I fix it?
same here
The "Failed to install Frame Processor JSI bindings!" error seems to be resolved in rc.8 (link). Recommend to always check if there's a newer RC out before reporting @pyc92 .
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 💖
What were you trying to do?
I want to use the frame processors
Reproduceable Code
No response
What happened instead?
iOS build fails while building VisionCamera with "FrameHostObject.h" not found
Relevant log output