I am working on IOS project that I tried to test on my iPhone 5, but i got an error that it only runs on IOS 11 (which is not supported for iPhone 5).
So I tried to change the deployment target to 10.3 and test it but I ended up with the following error (Apple Mach-O Linker Error):
The error didn't go even after changing the deployment target back to 11.4
I came across several solutions like here, and here but they didn't solve it for me.
I am afraid that I will have to redo the whole project as it is very time consuming.
Any help will be MASSIVELY appreciated!