From a7c01c9f82954bf21f97eca16a05d65f958cb8de Mon Sep 17 00:00:00 2001 From: James Ebert Date: Thu, 20 Oct 2022 00:13:25 -0600 Subject: [PATCH] chore: switch iOS steps, add pod update for existing projects (#59) Signed-off-by: James Ebert --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ef4495..7f329bb 100644 --- a/README.md +++ b/README.md @@ -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