简体   繁体   中英

When I build iOS a flutter project it shows an error

When I build iOS a flutter project it shows an error The project is working successfully on Android but it fails on iOS

The same error appears when I build on Android studio and Xcode

Attached is a picture of the error and a text file with the error, exported from the Xcode

https://drive.google.com/file/d/19oH9AVPcOtvntLpoa9CgB4WhqnScaeC3/view?usp=sharing

错误

i think the iOS project has crashed, make a backup of your current project, delete the iOS folder and reinitialize it.

go to the project folder and run the following command

flutter create -i swift .

then run flutter run and check again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM