react-native-pdf icon indicating copy to clipboard operation
react-native-pdf copied to clipboard

Library not found for -lreact-native-blob-util

Open arinconc opened this issue 2 years ago • 1 comments

Hello.

  • "react-native": "0.66.1"

  • "react-native-blob-util": "^0.15.0"

I am trying to install react-native-blob-util and have run the following: npm install --save react-native-blob-util Then in the ios folder I executed pod install

Finally when running the app on iOS it gives me the following error: library not found for -lreact-native-blob-util

I have even added the following line to the podfile and installed pods:

pod 'react-native-blob-util',
    :path => '../node_modules/react-native-blob-util'

But nothing, I can't compile the app. I know this git is from react-native-pdf but it depends on react-native-blob-util. If react-native-blob-util doesn't work, react-native-pdf won't either. I have also opened an issue on the other git. Some help?

Thank you very much! Antonio

arinconc avatar Mar 30 '22 21:03 arinconc

same

edit:

solve this topic https://github.com/wonday/react-native-pdf/issues/276

zaferatli avatar Aug 19 '22 08:08 zaferatli