I was working on an app and had no problem testing on an actual device but now my device won't run any xcode project on my phone if it has firebase.
I made a new project and ran it in sim, and it worked. I ran that same project on my phone, and it worked.
Then I added firebase to it (made app in firebase console, imported plist to app, added .configure() to app delegate, and successfully connected with Firebase. Runs in the simulator just fine.
When I run it on my phone this is what I get:
Any help is appreciated, thank you