Your Xcode version may be too old for your iOS version

前端 未结 5 1282
-上瘾入骨i
-上瘾入骨i 2021-02-19 23:50

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

5条回答
  •  温柔的废话
    2021-02-20 00:47

    This is what I did:

    1. Updated Xcode
    2. flutter clean on the terminal.
    3. flutter upgrade on the terminal.
    4. Open Xcode and run the application once.
    5. flutter clean again.
    6. flutter run.

    It should work now.

提交回复
热议问题