Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.62k stars 600 forks source link

After installing the firebase im getting error for SWIFT_VERSION #1473

Open peyman-hakemi opened 1 year ago

peyman-hakemi commented 1 year ago

After following the instructions for installing the firebase/app, I can't install my pods and I'm getting this error.

image

I have tried adding a swift file to my project.

KrisLau commented 1 year ago

Look over the installation steps again and see if you missed anything: https://watermelondb.dev/Installation.html#ios-react-native. I'm guessing you accidentally removed something from your Podfile or your Bridging Header.

If you're using 'react-native firebase' with use_frameworks! in your Podfile: https://github.com/Nozbe/WatermelonDB/issues/1285#issuecomment-1406233052