Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ Then choose a device (I chose Pixel 2), then download R (hey, what's 620MB
between friends?), then hit finish.

## Building the app for iOS

1. Install Java JDK 17 with `brew install openjdk@17` and follow the instructions afterwards
2. Download Xcode, launch it once and add a development account in some project. Execute `sudo xcode-select` to select your Xcode application
3. Download Android-Studio, start it once, set the `ANDROID_HOME` variable, in the "SDK Tools", download the SDK Commandline-Tools

iOS requires CocoaPods to be installed. To install CocoaPods, run the following commands:

```
brew install ruby
sudo gem install cocoapods
brew install cocoapods
```

After installing CocoaPods, you should build the app using `fvm flutter build ios`, which will also run `pod install` for you ready for building the app in Xcode.
Expand Down