BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

React-native error: RCTBridgeDelegate.h file not found #2626

Closed saran1985 closed 4 years ago

saran1985 commented 4 years ago

I have created a new project using npm install init auth(auth is the name of the project). Tried to run the project using react-native run-ios at the terminal.Build failed and i get this error.

fatal error: 'React/RCTBridgeDelegate.h' file not found

import <React/RCTBridgeDelegate.h>

BradLarson commented 4 years ago

Sorry, I don't believe this is an issue related to this project.