Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • V VOD_iOS_SDK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CCVideo
  • VOD_iOS_SDK
  • Wiki
  • 6.常见问题

6.常见问题 · Changes

Page history
Updated 6.常见问题 (markdown) authored Sep 25, 2020 by Han Ruisong's avatar Han Ruisong
Hide whitespace changes
Inline Side-by-side
Showing with 19 additions and 3 deletions
+19 -3
  • 6.常见问题.md 6.常见问题.md +19 -3
  • No files found.
6.常见问题.md
View page @ e28210a4
......@@ -6,7 +6,6 @@
新版本中,对于原旧版本加密服务DWDrmServer的调用封装到了SDK内部,用户无需再对DWDrmServer服务进行操作,SDK会自动识别加密音视频进行播放。
## 3.对于通过#import "DWSDK.h"无法引入路径下的文件的问题
找到TARGETS -> Build Setting -> Search Paths。添加`Header Search Path`,路径到SDK的文件夹下。若还无法找到,继续添加`User Header Search Path`即可。
## 4.关于控制台频繁出现"[] nw_connection_copy_connected_path"日志的问题
......@@ -87,4 +86,22 @@ done
```
更多信息请参考[ “获得场景视频帮助中心”](https://doc.bokecc.com),如果在使用SDK过程中遇到其他问题请联系获得场景视频客服进行反馈。
\ No newline at end of file
## 9.关于使用Cocoapods更新4.9.0及以上SDK编译报错的问题
由于Xcode12的兼容性问题,在使用Cocoapods集成4.9.0及以上版本的SDK时,会导致如下编译错误
```
dyld: Library not loaded: @rpath/HDBaseUtils.framework/HDBaseUtils
Referenced from: /private/var/containers/Bundle/Application/83A9ECB5-758F-4B99-90AA-56D4B0D835DC/xxx.app/xxx
Reason: image not found
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib:/usr/lib/libMTLCapture.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
Message from debugger: Terminated due to signal 6
```
解决方案:
第一步:项目 - TARGETS - Build Phases - Link Binary With Libraries - Add Other - Add Files.. 添加Pods/HDBaseUtils/HDBaseUtils/HDBaseUtils.framework。
第二步:项目 - TARGETS - General - Frameworks.Libraries,and Embedded Content - 找到HDBaseUtils.framework,将默认Do Not Embed修改为Embed & Sign,即可。
更多信息请参考[ “获得场景视频帮助中心”](https://doc.bokecc.com),如果在使用SDK过程中遇到其他问题请联系获得场景视频客服进行反馈。
Clone repository
  • 1.概述
  • 2.集成指南
  • 3.模块介绍
  • 4.开发指南
  • 5.更新日志
  • 6.常见问题
  • 7.升级指南
  • Home
  • iOS 合规指南 云点播