react-native-compressor
react-native-compressor copied to clipboard
iOS not running
Current behavior
Getting this error while trying to run the iOS app.
SwiftEmitModule normal x86_64 Emitting\ module\ for\ react_native_compressor (in target 'react-native-compressor' from project 'Pods')
Expected behavior
Platform
- [ ] Android
- [X] iOS
React Native Version
- 0.69.3
React Native Compressor Version
- 1.5.2
Reproducible Steps And Demo
yarn add react-native-compressor
npx pod-install
yarn ios
NB - issue is happening on M1 mac
👋 @rahuljeevan-experion Thanks for opening your issue here! If you find this package useful hit the star🌟!
i got same error, any solution ?
@RMuhamar i got same error, any solution ?
I was able to make the app run by modifying the package.
I had to replace var backgroundTaskId: UIBackgroundTaskIdentifier = .invalid; with var backgroundTaskId: UIBackgroundTaskIdentifier = UIBackgroundTaskInvalid;
Also, I had to add a patch for the removed listener. but due to these changes I'm unable to compress the video, the process just returns the same path I gave as input.
is anyone test latest version of this package and confirm me if you are getting this or not
fixed in the latest version, please feel free to reopen this issue again if this issue happens again