alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

'React/RCTImageLoader.h' file not found #199

Open mmorcc opened 4 years ago

mmorcc commented 4 years ago

react-native-photo-view/ios/RNPhotoView.m : 9 : 9 :

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

import <React/RCTImageLoader.h>

krushalikevadiya commented 3 years ago

Same issue.plz provide some way to resolve it.

rammuralidhar commented 3 years ago

When the project gets automatically linked in xcode, it seems to create files under pod + it also creates a project with the same files under framework. We need to go to framework in xcode and delete the project (remove references). Also delete the lib file under recovered references. It is workaround if you get this error.