Codesign error with Flutter on iOS

后端 未结 6 2827
故里飘歌
故里飘歌 2021-02-20 13:56

So I have been trying to get into Flutter recently and I am having issues. When I create a new project and do flutter run it works just fine. If I completely close

6条回答
  •  别跟我提以往
    2021-02-20 14:30

    For sure flutter clean helps, however, in my case, it was all about setting the Deployment Target to 9.0

    Remember to also enable (uncomment or add) this line platform :ios, '9.0' at the top of your ios/Podfile file as long as you don't care about iOS versions below 9.0

提交回复
热议问题