You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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':
Target 'ClearProject' (project 'ClearProject') has compile command with input '/Users/nero/Documents/VSCode/ClearProject/ios/ClearProject/Images.xcassets'
That command depends on command in Target 'ClearProject' (project 'ClearProject'): script phase “[CP] Copy Pods Resources”
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 afternpx 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?
The text was updated successfully, but these errors were encountered: