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
3. In the **Build Phases** section of your app target, locate the **Link Binary With Libraries** phase and confirm that `DevRevSDK` is linked. If not, add it by clicking **+** and selecting `DevRevSDK` from the list.
21
27
22
-
1. Open your project in Xcode and navigate to the **Add Package Dependency**.
23
-
2. Enter the DevRev SDK URL under **Enter Package URL**:
24
-
- For HTTPS: https://github.com/devrev/devrev-sdk-ios
3. In the **Build Phases** section of your app target, locate the **Link Binary With Libraries** phase and confirm that `DevRevSDK` is linked. If not, add it by clicking **+** and selecting `DevRevSDK` from the list.
28
+
Now you should be able to import and use the DevRev SDK in your project.
27
29
28
-
Now you should be able to import and use the DevRev SDK in your project.
30
+
</Tab>
31
+
<Tabtitle="CocoaPods">
32
+
To integrate the DevRev SDK using CocoaPods:
29
33
30
-
### CocoaPods
34
+
1. Add the following to your Podfile:
35
+
```ruby
36
+
pod 'DevRevSDK', '~> 1.0.0'
37
+
```
38
+
2. Run `pod install` in your project directory.
31
39
32
-
To integrate the DevRev SDK using CocoaPods:
40
+
This will install the DevRev SDK in your project, making it ready for use.
33
41
34
-
1. Add the following to your Podfile:
35
-
```ruby
36
-
pod 'DevRevSDK', '~> 1.0.0'
37
-
```
38
-
2. Run `pod install` in your project directory.
39
-
40
-
This will install the DevRev SDK in your project, making it ready for use.
0 commit comments