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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ 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.Run `pod --version` to check CocoaPods version (minimum >=1.4.0), 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`.
32
+
1.Create a Podfile in your project root directory by running `pod init`.
33
+
- If encounter error, update [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) to latest version
34
34
3. Add the following to your Podfile:
35
35
36
36
```
@@ -53,8 +53,8 @@ post_install do |installer|
53
53
end
54
54
```
55
55
56
-
4. Run `pod install --repo-update`. (This process may take 10-15 min.)
57
-
5. Open the generated `.xcworkspace` with Xcode.
56
+
3. Run `pod install --repo-update`. (This process may take 10-15 min.)
57
+
4. Open the generated `.xcworkspace` with Xcode.
58
58
59
59
### Request access to the microphone, camera, etc.
0 commit comments