Encountering an issue while running my project in XCode.
I recently added the react-native-compressor
package by following the steps mentioned in the installation guide
When attempting to run the project in XCode, the error below occurs:
<unknown>:0: error: error opening input file '/Users/name/Desktop/test/appname/node_modules/react-native-compressor/ios/Video/Compressor-Bridging-Header.h' (No such file or directory)
The file does exist and its content matches that of the provided URL: https://github.com/Shobbak/react-native-compressor/blob/master/ios/Video/VideoCompressor.h