react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

ImageCropPicker.h:15:9: 'React/RCTImageURLLoader.h' file not found

Open ihaodi opened this issue 4 years ago • 14 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.26.0
  • react-native v0.60.5

Platform

Tell us to which platform this issue is related

  • iOS
  • Android

Expected behaviour

Actual behaviour

Steps to reproduce

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

ihaodi avatar Oct 13 '19 07:10 ihaodi

I've the same problem too

sezginriggs avatar Oct 13 '19 13:10 sezginriggs

same issue

hansol775 avatar Oct 14 '19 07:10 hansol775

cannot reproduce mentioned issue. after upgrading to version 0.26.0, did you run pod install in ios folder?

ivpusic avatar Oct 14 '19 13:10 ivpusic

@ivpusic it was a new install for me, not an upgrade and yes i did pod install too.

sezginriggs avatar Oct 14 '19 13:10 sezginriggs

I have same problem with install new and did pod install too.

duongthetrung avatar Oct 15 '19 01:10 duongthetrung

I fixed this issue by upgrade to latest react-native 0.61.2

duongthetrung avatar Oct 15 '19 06:10 duongthetrung

only react-native 0.61+ include "RCTImageURLLoader.h" file path: react-native/Libraries/Image/RCTImageURLLoader.h

if don't plan to upgrade react-native to 0.61+,
then may use 0.25.3 or below version of this library

almorak avatar Oct 15 '19 08:10 almorak

Got the same error RN v0.60.5 in iOS & was working fine on android, later installed npm i [email protected] --save and pod install solved the error as suggested by @almorak .

basha777 avatar Oct 17 '19 11:10 basha777

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.26.0
  • react-native v0.60.5

Platform

Tell us to which platform this issue is related

  • iOS
  • Android

Expected behaviour

Actual behaviour

Steps to reproduce

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

same issue

bishwajeet-billme avatar Dec 09 '19 10:12 bishwajeet-billme

@ihaodi please update the document : For RN: 0.61.+, use [email protected] For RN: <=0.60.6, use [email protected]

Dhanraj-bidchat avatar Jan 21 '20 10:01 Dhanraj-bidchat

Issue still exist in latest version: 0.28.0 Working on: react-native v0.60.6

belal-mazlom avatar Mar 17 '20 02:03 belal-mazlom

Same problem version: 0.28.0 react-native: 0.60.5

SteveTro avatar Apr 06 '20 19:04 SteveTro

same problem react-native-image-crop-picker: ^0.34.0 react-native: 0.60.5

ahdam avatar Nov 23 '20 14:11 ahdam

Using version 0.25.3 fixing this issue ('React/RCTImageURLLoader.h' file not found) but on ios the cropping feature not working Downgrade to 0.25.2 fixing both issues (for those who using react-native 0.60x) What did you change when upgrading from 0.25.2 to 0.25.3?

15110011 avatar May 10 '22 16:05 15110011