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: articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@ Name the project `UILibraryQuickStart` and select `Storyboard` under the `Interf
29
29
30
30
### Install the package and dependencies with CocoaPods
31
31
32
-
1. Create a Podfile in your project root directory by running `pod init`.
33
-
2. Add the following to your Podfile:
32
+
1. Run `pod --version` to check CocoaPods version (needs to be >=1.11.2), install or update [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
33
+
2. Create a Podfile in your project root directory by running `pod init`.
34
+
3. Add the following to your Podfile:
34
35
35
36
```
36
37
source 'https://github.com/CocoaPods/Specs.git'
@@ -52,8 +53,8 @@ post_install do |installer|
52
53
end
53
54
```
54
55
55
-
3. Run `pod install --repo-update`. (This process may take 10-15 min.)
56
-
4. Open the generated `.xcworkspace` with Xcode.
56
+
4. Run `pod install --repo-update`. (This process may take 10-15 min.)
57
+
5. Open the generated `.xcworkspace` with Xcode.
57
58
58
59
### Request access to the microphone, camera, etc.
0 commit comments