Flutter - iOS: Command /bin/sh failed with exit code 255

前端 未结 6 2045
萌比男神i
萌比男神i 2021-02-20 03:54

Good afternoon,

I try to run a Flutter project on iOS, previously successfully run on Android. However, I got an error:

\"x86_64\" is not an allowed valu         


        
6条回答
  •  渐次进展
    2021-02-20 04:41

    I solve the problem with the following commands.

    flutter clean
    flutter build ios
    

    After that I can create signed builds and also upload to App Stores.

提交回复
热议问题