Flutter iOS build failure error with Multiple commands after the Xcode upgrade

后端 未结 4 484
长情又很酷
长情又很酷 2020-12-09 18:02

Flutter iOS build fails after upgrading to Xcode 10.0 version in mac.

Nagendras-MacBook-Pro:uaenumber nagendra$ flutter run
Launching lib/main.dart on iPhone          


        
4条回答
  •  庸人自扰
    2020-12-09 18:27

    This issue was fixed by opening the Runner workspace project in Xcode 10. Then navigate to File, Workspace Settings and change the build system to Legacy Build System.

提交回复
热议问题