dev/react-native
CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" 에러 해결
일단 나의 경우, expo eject 이후 마주친 문제였다. 일단 해당 에러를 마주친 경우는 대부분 pod install 또는 pod update 등을 시도하려다 마주쳤을 것이다. 나의 경우는 다음과 같았다: [!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly": In Podfile: EXFirebaseAnalytics (from `../node_modules/expo-firebase-analytics/ios`) was resolved to 7.0.0, which depends on Firebase/Core (= 8.14.0) was resolved to 8.14.0, which depends on Firebase/Cor..