Skip to content

Commit 7ad83c0

Browse files
committed
docs: update docs to correcting step run example app
1 parent 049f6e4 commit 7ad83c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ Returns an object with the following methods:
8787

8888
Check the `example` folder for a complete implementation example.
8989

90+
> [!NOTE]
91+
> If you encounter an error while installing pods in `example/ios`, please refer to this solution: [https://stackoverflow.com/a/78874710/12355129](https://stackoverflow.com/a/78874710/12355129)
92+
9093
## Development
9194

9295
To develop the SDK locally:
@@ -110,7 +113,7 @@ To develop the SDK locally:
110113
- iOS:
111114

112115
```bash
113-
cd example/ios && pod install && cd ..
116+
cd example/ios && pod install && cd ../..
114117
yarn example ios
115118
```
116119

0 commit comments

Comments
 (0)