olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.83k stars 159 forks source link

I'm unable to build for iOS #306

Open n8henrie opened 1 year ago

n8henrie commented 1 year ago

Descreva o Bug/Describe the bug:

I am new to the project, thank you for your hard work. I am not having any luck building locally.

Passos para Reproduzir/Steps to Reproduce:

$ git checkout 0.2.0
$ flutter pub get
$ cd ios
$ pod install
$ open Runner.xcworkspace
$ # attempt build / run in xcode

Resultado Esperado/Expected Result:

Successful build

Resultado Obtido/Actual Result:

Dozens of errors

Screenshots:

Screenshot 2023-04-10 at 00 30 45

Versão do app/App Version:

Trying to build 0.2.0 (also tried on main / master)