> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stmlink.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 常见问题

> iOS SRTC 音视频 SDK 集成与使用常见问题解答

#### 1、集成SDK，Build失败问题

> 目前SDK最低版本支持10.0及以上Xcode 12.0以上。请确保配置达到要求。另外Bitcode编译需要改为NO。

####

#### 2、网络授权后网络请求失败可能原因

> 需要在info.plist中加入如下配置：

```xml theme={null}
<key>NSAppTransportSecurity</key>
<dict>
	<key>NSAllowsArbitraryLoads</key>
	<true/>
</dict>
```

#### 3、集成SDK打包上传苹果商店失败问题。

> 目前SDK只支持arm64，请检查本地的工程配置，是否还有其他的支持，有的话请移除。

#### 4、手动集成时出现启动异常崩溃：dyld: Library not loaded: @rpath/xxxxx.framework/xxxxx

> 解决方案：需要在General->Framworks，Libraries,and Embedded Content 中添加依赖关系，并将对应动态库Embed设置为Embed\&Sign

<img src="https://mintcdn.com/freewind/VD3RwI6FRJ42JDbE/zh/rtc/ios/images/162287_1646648601308-e47d7e73-d5c2-499d-baf0-7c46925be1bb.png?fit=max&auto=format&n=VD3RwI6FRJ42JDbE&q=85&s=ddad3ca73f1158cf715ae282c2a31c9c" alt="" width="1500" height="400" data-path="zh/rtc/ios/images/162287_1646648601308-e47d7e73-d5c2-499d-baf0-7c46925be1bb.png" />
