Skip to content

Commit 90a9698

Browse files
committed
note how to build on iOS
1 parent b954db0 commit 90a9698

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ If you don't have Android Studio installed, and you want an emulator, do:
4545
Then choose a device (I chose Pixel 2), then download R (hey, what's 620MB
4646
between friends?), then hit finish.
4747
48+
## Building the app for iOS
49+
iOS requires CocoaPods to be installed. To install CocoaPods, run the following commands:
50+
51+
```
52+
brew install ruby
53+
sudo gem install cocoapods
54+
```
55+
56+
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.
57+
4858
## Building mappings
4959
5060
To build all the mappings in this project (such as entity <> map mapping for SQL), you have to

0 commit comments

Comments
 (0)