react-native-photo-manipulator
react-native-photo-manipulator copied to clipboard
Build IOS Failed v.1.2.7
trafficstars
iOS build failed with LD error with react-native link react-native-photo-manipulator. Could not read serialized diagnostics file: error("Failed to open diagnostics file") (in target 'react-native-photo-manipulator' from project 'Pods')
With manual installation on IOS error compileC RTCConvert.h not found.
RN 0.69.1
Did you find a solution to this?
Hi @dnx-xy and @AllStackDev1,
For react native >= 60, you can just add a dependency via
$ yarn add react-native-photo-manipulator
(or)
$ npm install react-native-photo-manipulator
and run pod install in ios before build should work
If you still encountered problem please reopen this issue