Skip to content

Commit 9e9b8f4

Browse files
authored
Update ios.md
1 parent b171b62 commit 9e9b8f4

File tree

1 file changed

+5
-4
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+5
-4
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Name the project `UILibraryQuickStart` and select `Storyboard` under the `Interf
2929

3030
### Install the package and dependencies with CocoaPods
3131

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:
3435

3536
```
3637
source 'https://github.com/CocoaPods/Specs.git'
@@ -52,8 +53,8 @@ post_install do |installer|
5253
end
5354
```
5455

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.
5758

5859
### Request access to the microphone, camera, etc.
5960

0 commit comments

Comments
 (0)