[React Native Error] - [!] CocoaPods could not find compatible versions for pod "React/Core":
2021. 7. 16. 10:59ㆍIssue & Solution
pod install
할 시 위와 같은 에러가 발생
해결 방법
React/Core의 Dependency의 오타이다. React/Core -> React-Core로 바꿔주면 해결
//프로젝트의 Root
cd node_modules/react-native-fetch-blob
vi react-native
vi react-native-fetch-blob.podspec
//ios 폴더로 이동후 다시 pod install
cd ../..
pod install
출처 : 팀장님. 감사함당