shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

error: error opening input file '/Users/ruowei/bjx/bjxApp/node_modules/react-native-video-processing/ios/RNVideoProcessing-Bridging-Header.h' #258

Open yuanbolin opened 4 years ago

yuanbolin commented 4 years ago

error: error opening input file '/Users/ruowei/bjx/bjxApp/node_modules/react-native-video-processing/ios/RNVideoProcessing-Bridging-Header.h'

z3season commented 4 years ago

error: error opening input file '/Users/ruowei/bjx/bjxApp/node_modules/react-native-video-processing/ios/RNVideoProcessing-Bridging-Header.h'

I have this problem, too. Have you solved it, please?

yuanbolin commented 4 years ago

could be 'Podfile' path is wrong

z3season commented 4 years ago

could be 'Podfile' path is wrong

Can you be more specific?

z3season commented 4 years ago

could be 'Podfile' path is wrong

image

yuanbolin commented 4 years ago

rn==>ios==>Podfile==>pod 'XXX', :path => 'XXX/XXX.podspec'

z3season commented 4 years ago

rn==>ios==>Podfile==>pod 'XXX', :path => 'XXX/XXX.podspec'

I didn't use Pod to manage react-native-video-processing, I didn't find the configuration of the Header file configured with Swift and OC on XCode 11, and I suspect that's why.

yuanbolin commented 4 years ago

Maybe you can try

xlogix commented 4 years ago

I'm using React Native 0.59.10 & Xcode 11.3.1 and the only way I was able to make it work was by directly including the two projects like this.

79636889-bd599c00-8198-11ea-8135-97f48090dd70

Also, you'll have to comment 'resize mode' object and props. Just comment out the changes done here: 68eefa8. It's just a workaround to make the app run. I'm still figuring out how to include resizemode without causing a crash

ahmadzahidglixen commented 4 years ago

Hi, Has anyone found a proper solution to this. I've been stuck on this for a couple of days now.

I have all working for android but unfortunately can't get past this error opening input file ERROR.

Anyone?

Dasd1ngo commented 4 years ago

same problem here. Any solution?

AmirDiafi commented 3 years ago

+1