I have built an XCode iOS project in Swift which uses a Firebase Database and I am trying to test it on my iPhone. While I was implementing my project I did not realize that it was set up for the wrong version. My phone is iOS 10 and when I tried to deploy it there XCode told me it was the wrong version and that my project was set up to run on iOS 11. I could upgrade my phone to test it but I would rather my app worked with more versions than just iOS 11, and I assume the difference between iOS 10 and 11 can't be so big that my simple application would not run on iOS 10.
Simply switching the deployment target in the project settings does not fix the problem. Is there a way I can rebuild my project to a lower version as I'm almost positive that as long as FireBase works on 10 my app should as well?