react-native-photo-manipulator icon indicating copy to clipboard operation
react-native-photo-manipulator copied to clipboard

Build IOS Failed v.1.2.7

Open dnx-xy opened this issue 3 years ago • 1 comments
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

dnx-xy avatar Jul 01 '22 14:07 dnx-xy

Did you find a solution to this?

AllStackDev1 avatar Aug 02 '22 01:08 AllStackDev1

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

guhungry avatar Mar 08 '24 15:03 guhungry