Skip to content

Commit f4dd8a9

Browse files
committed
README.md: help with outdated CocoaPods
1 parent 792e7b6 commit f4dd8a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ pod 'ObjectBox'
3737

3838
Then run `pod install` afterwards to install the framework and its dependencies.
3939

40+
41+
If `pod install` fails, try updating CocoaPods first:
42+
43+
gem update xcodeproj && gem update cocoapods && pod repo update
44+
4045
Example
4146
-------
4247
In the [Example](Example/) directory, you find a notes example app demonstrating ObjectBox's Swift API.
@@ -45,7 +50,7 @@ The example comes with two apps: one for iOS and one for macOS.
4550
To setup the example, use CocoaPods to acquire the framework:
4651

4752
cd Example/
48-
pod install
53+
pod install # if that fails, update CocoaPods (see Installation)
4954
Pods/ObjectBox/setup.rb
5055

5156
This will generate a `NotesExample.xcworkspace` that you can launch to try out ObjectBox.

0 commit comments

Comments
 (0)