I have updated my phone\'s OS version to iOS 14 and spent today updating Xcode to version 12, yet when I try to build my Flutter app on my iPhone 11 - iOS 14 through Android Stu
I ran into this problem recently, most likely it can be caused due to the reason, that your iOS Device is running a higher version than you xcode
can support.
Example:
Apple release new iOS for iPhone i.e. 14.2 and you upgrade your device right away, than you ran into this issue, because the xcode
may not have the latest version of your device support files, meaning xcode can only suuport iOS 14.1 or lower. Apple sometimes release newer iOS without providing update of xcode device support files.
There is 4 solutions for this:
It is an annoying issue, Apple should not release any iOS without having the supporting tools released at the same time, or they should run a warning.