Skip to content

Commit 2e07846

Browse files
committed
Mention the script both in the Installation guide and in the Example guide, so it's niot as easy to miss that step.
1 parent e910495 commit 2e07846

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ To install the [pod](https://cocoapods.org/pods/ObjectBox), simply add the follo
3535
pod 'ObjectBox'
3636
```
3737

38-
Then run `pod install` afterwards to install the framework and its dependencies.
38+
Then run
3939

40+
```bash
41+
cd /path/to/your/project/folder/ # whatever folder your Podfile is in.
42+
pod install
43+
Pods/ObjectBox/setup.rb /path/to/your/project/folder/myproject.xcodeproj
44+
```
45+
46+
afterwards to install the framework and its dependencies, and set up the code generator in your project.
4047

4148
If `pod install` fails, try updating CocoaPods first:
4249

0 commit comments

Comments
 (0)