Skip to content

Commit a2e9889

Browse files
authored
Update ios.md
1 parent b90e659 commit a2e9889

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

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

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

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
3434
3. Add the following to your Podfile:
3535

3636
```
@@ -53,8 +53,8 @@ post_install do |installer|
5353
end
5454
```
5555

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

5959
### Request access to the microphone, camera, etc.
6060

0 commit comments

Comments
 (0)