Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore: switch iOS steps, add pod update for existing projects (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: James Ebert <[email protected]>
  • Loading branch information
JamesKEbert authored Oct 20, 2022
1 parent 73d770f commit a7c01c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,18 @@ Hermes is not required for older versions of React Native

## iOS

1. Install CocoaPods dependencies:
1. Add the following line to the start of your Podfile (`ios/Podfile`):

```
pod install --project-directory=ios/
source 'https://github.com/hyperledger/indy-sdk-react-native'
```

2. Add the following line to the start of your Podfile (`ios/Podfile`):
2. Install the Latest CocoaPods dependencies:

```
source 'https://github.com/hyperledger/indy-sdk-react-native'
cd ios
pod install
pod update Indy
```

3. Configure Bitcode to `no` in both the project and targets
Expand Down

0 comments on commit a7c01c9

Please sign in to comment.