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: ios/cocoapods.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ Lets create a simple app that integrates PSPDFKit using CocoaPods.
15
15
1. Make sure `react-native-cli` is installed: `yarn global add react-native-cli`
16
16
2. Create the app with `react-native init YourApp`.
17
17
3. Step into your newly created app folder: `cd YourApp`
18
-
4. Install `react-native-pspdfkit` from GitHub: `yarn add github:PSPDFKit/react-native`
18
+
4. Install `react-native-pspdfkit` from GitHub: `yarn add https://github.com/PSPDFKit/react-native.git#rad/fix-cocoapods-integration`
19
19
5. Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.)
20
20
6. Link module `react-native-pspdfkit`: `react-native link react-native-pspdfkit`.
21
21
7. Open ios/YourApp.xcodeproj in Xcode: open ios/YourApp.xcodeproj
22
22
8. Make sure the deployment target is set to 11.0 or higher:
0 commit comments