BunHouth / react-native-ig-image-picker

4 stars 5 forks source link

Need update README.md #5

Open NeRo8 opened 3 years ago

NeRo8 commented 3 years ago

Hi, i try to use this library and have some question.

In README you write, i should use npm install react-native-ig-image-picker --save, and after npx react-native link react-native-ig-image-picker. But if I use npx pod-install after, then application will not build any more.

What I do wrong?

BunHouth commented 3 years ago

Hi, i try to use this library and have some question.

In README you write, i should use npm install react-native-ig-image-picker --save, and after npx react-native link react-native-ig-image-picker. But if I use npx pod-install after, then application will not build any more.

What I do wrong?

@NeRo8 If you are using RN >= 60, you don't need to run any manual link. After running yarn add react-native-ig-image-picker then just run cd ios/ && pod install.

NeRo8 commented 3 years ago

Ok, I create clear project and use only npx pod-install. But when try to start project see issues.

error:` Multiple commands produce '/Users/nero/Library/Developer/Xcode/DerivedData/ClearProject-dphrfligijzsvxggowqadmippyjb/Build/Products/Debug-iphonesimulator/ClearProject.app/Assets.car': 1) Target 'ClearProject' (project 'ClearProject') has compile command with input '/Users/nero/Documents/VSCode/ClearProject/ios/ClearProject/Images.xcassets' 2) That command depends on command in Target 'ClearProject' (project 'ClearProject'): script phase “[CP] Copy Pods Resources”