Skip to content

Commit

Permalink
Add info where to find correct workspace for AS and XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Nov 21, 2024
1 parent 3f1068b commit 13c3b1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ The main difference is that the native code which runs React Native is located i

In that case, if you'd like to eg. remove `Pods`, you need to do it in `Mobile-Expensify/iOS`. The same rule applies to Android builds - if you'd like to delete `.cxx`, `build` or `.gradle` directories, you need to go to `Mobile-Expensify/android` first.

Additionally, If you'd like to open the HybridApp project in Android Studio or XCode, you **must choose a workspace located in the `Mobile-Expensify`** directory:
- Android: `./Mobile-Expensify/Android`
- iOS: `./Mobile-Expensify/iOS/Expensify.xcworkspace`
### Updating the Mobile-Expensify submodule
`Mobile-Expensify` directory is a git submodule. It means, that it points to a specific commit on the `Mobile-Expensify` repository. If you'd like to download the most recent changes from `main`, please use the following command:
Expand Down

0 comments on commit 13c3b1b

Please sign in to comment.