react-native-video-processing
react-native-video-processing copied to clipboard
1.20.0 Use of unresolved identifier AVUtilities in RNVideoTrimmer.swift
Current Behavior
When attempting to build our app running rnvp 1.20.0 (updating from previous builds) with RN 55.4 on xcode 10.0 we're getting the error Use of unresolved identifier 'AVUtilities'. It's pointing to lines 384 and 304 of RNVideoTrimmer.swift. I thought it might be related to issue 183 but I don't believe so anymore.
I'm trying but I can't quite understand why it can't resolve the identity here.
rnvp 1.20.0 rn 55.4 xcode 10.0 node v10.9.0
+1
- add AVUtilities.swift to the project
- clean
- rebuild