We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e07846 commit 29e826cCopy full SHA for 29e826c
README.md
@@ -40,7 +40,7 @@ Then run
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
+Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is named
44
```
45
46
afterwards to install the framework and its dependencies, and set up the code generator in your project.
0 commit comments