dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

Error output from Xcode build #35

Closed miguelmartins17 closed 1 year ago

miguelmartins17 commented 4 years ago

While I was trying to test the application, to show a gif on the screen, I received this output.

Screen Shot 2020-02-14 at 08 36 33

miguelmartins17 commented 4 years ago

I've already solved the problem, found the answer in StackOverflow.

https://stackoverflow.com/questions/49612211/codesign-error-with-flutter-on-ios/50706615

It was necessary to go to the project folder and delete the "build" folder as it seems this error will appear several times in Flutter projects has to do with the fonts/images that were in the project.

Screen Shot 2020-02-14 at 08 44 01

nelsonic commented 4 years ago

@miguelmartins17 when you find a solution to a problem on StackOverflow, please share a link to the answer so that others can read it. 🔗 Thanks. 👍

miguelmartins17 commented 4 years ago

@nelsonic I've already updated the stackoverflow link. 👍

nelsonic commented 4 years ago

@miguelmartins17 please also be a bit more descriptive both the title and description of issues. e.g: https://github.com/dwyl/dev-setup/issues/20 so that it's more useful to others. screenshots of errors are fine as long as you also include the text so that Google can "discover" it.