after running this command npx react-native run-ios I got the following error
objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-image-picker' from project 'Pods')
The following build commands failed: CompileC /../Library/Developer/Xcode/DerivedData/myapp-gdeqobulqkaquxebjscszekkbgtp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-image-picker.build/Objects-normal/arm64/ImagePickerManager.o /Users/ryoh/Desktop/myapp-main/node_modules/react-native-image-picker/ios/ImagePickerManager.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-image-picker' from project 'Pods') (1 failure)
I'll be happy for your help
Thank you!