You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ This creates a Podfile, which will hold all your dependencies in one place. Afte
94
94
95
95
pod install
96
96
97
-
to install the libraries and include them as part of a workspace which also holds your own project. It is generally [recommended to commit the installed dependencies to your own repo][committing-pods], instead of relying on having each developer running`pod install` after a fresh checkout.
97
+
to install the libraries and include them as part of a workspace which also holds your own project. For reasons stated [here][committing-pods-cocoapods] and [here][committing-pods], we recommend committing the installed dependencies to your own repo, instead of relying on having each developer run`pod install` after a fresh checkout.
98
98
99
99
Note that from now on, you'll need to open the `.xcworkspace` file instead of `.xcproject`, or your code will not compile. The command
100
100
@@ -105,6 +105,7 @@ will update all pods to the newest versions permitted by the Podfile. You can us
0 commit comments