Missing required modules: ‘FirebaseCore’ after updating to Xcode 15.4
I updated my MacOS to Sonoma and thus Xcode to 15.4. After updating Xcode and reinstalling Firebase packages (11.2.0 but also tried older versions) I am getting error flags in the files that were previously working.
Cannot build react native ios with Unexpected token ‘.’
i just upgrade “@react-native-firebase/app”: “19.2.2”,running with xCode 15.2 received this issue as below image. I try removing podfile.lock and pod install again but still occured this issue.
enter image description here