react-native-swipe-item icon indicating copy to clipboard operation
react-native-swipe-item copied to clipboard

error build

Open fukemy opened this issue 2 years ago • 5 comments

hi, i got this error when run ios:

'React/RCTBundleURLProvider.h' file not found

can u help?

fukemy avatar May 04 '22 09:05 fukemy

Sorry, I can't reproduce this error. Could you provide a minimal reproducible example?

ambisign-gavin avatar May 06 '22 13:05 ambisign-gavin

im using lasted version of visual studio,

    "react": "17.0.2",
    "react-native": "^0.68.0",

My step:

  1. Download project
  2. Open using visual code
  3. run npm install
  4. try using npx pod-install
  5. run npm run ios

fukemy avatar May 06 '22 14:05 fukemy

well, I still can't reproduce this error. My step:

  1. npx react-native init DemoProject --version ^0.68.0 --template react-native-template-typescript
  2. npm i react-native-swipe-item
  3. add some code
  4. npx pod-install
  5. npm run ios

Have you tried other solutions from StackOverflow?

ambisign-gavin avatar May 08 '22 08:05 ambisign-gavin

i search stackoverflow, they said the problem is based on xCode, im using Version 13.2.1 (13C100), can u double check ur xcode version?

fukemy avatar May 09 '22 03:05 fukemy

my xcode version is 13.3.1(13E500a)

ambisign-gavin avatar May 11 '22 12:05 ambisign-gavin