Skip to content

Commit c8cd0de

Browse files
author
zhaoyongqiang
committed
修改文档
1 parent f2a410b commit c8cd0de

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

iOS/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After users upgrade their iOS devices to iOS 14.0, and use an app that integrate
1313

1414
## Prerequisites
1515

16-
- Xcode 10.0+
16+
- Xcode 13.0+
1717
- Physical iOS device (iPhone or iPad)
1818
- iOS simulator is NOT supported
1919

@@ -25,6 +25,11 @@ This section shows you how to prepare, build, and run the sample application.
2525

2626
Change directory into **iOS** folder, run following command to install project dependencies,
2727

28+
use cocoapods
29+
30+
[install cocoapods](http://t.zoukankan.com/lijiejoy-p-9680485.html)
31+
32+
2833
```
2934
pod install
3035
```

iOS/README.zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ iOS 系统版本升级至 14.0 版本后,用户首次使用集成了声网 iOS
1313

1414
## 环境准备
1515

16-
- XCode 10.0 +
16+
- XCode 13.0 +
1717
- iOS 真机设备
1818
- 不支持模拟器
1919

@@ -25,6 +25,10 @@ iOS 系统版本升级至 14.0 版本后,用户首次使用集成了声网 iOS
2525

2626
切换到 **iOS** 目录,运行以下命令使用CocoaPods安装依赖,Agora视频SDK会在安装后自动完成集成。
2727

28+
使用cocoapods
29+
30+
[安装cocoapods](http://t.zoukankan.com/lijiejoy-p-9680485.html)
31+
2832
```
2933
pod install
3034
```

0 commit comments

Comments
 (0)