Skip to content

Commit

Permalink
add ios compile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Apr 9, 2023
1 parent 8fdd691 commit d99f976
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,29 @@ Gradle

from the root directory of project.

### iOS

#### Run from terminal

To run iOS version of client cocoapods pod needs to be compiled and installed to XCode project
located in `ios-app`. The easiest way to compile and link all ios targets is to run

```shell
./gradlew linkPodReleaseFrameworkIosFat linkPodDebugFrameworkIosFat
```

from the root directory of project and then

```shell
./gradlew podInstall
```

to install the compiled resources to XCode.

The last step is to set up the XCode project by first changing the value of `TEAM_ID` in
`ios-app/Configuration/Config.xcconfig` to your own and then open XCode workspace available
in `ios-app`.

### Android

#### Run from Intellij
Expand Down

0 comments on commit d99f976

Please sign in to comment.