Skip to content

Commit

Permalink
Updated setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleomay committed Nov 20, 2024
1 parent 4852afd commit 131ed6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dfx-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## iOS

Updated workflowc
1. Install Homebrew
1. Install latest ruby (with Homebrew)
1. npm i
1. sudo gem install cocoapods
1. bundle install
1. cd ios && pod install (if pod binary was not found, try sudo gem install -n /usr/local/bin cocoapods)

---

Prerequesites:
https://reactnative.dev/docs/environment-setup

Expand Down

0 comments on commit 131ed6d

Please sign in to comment.