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
更新 6.常见问题 authored Mar 29, 2021 by 韩瑞松's avatar 韩瑞松
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 2 deletions
+5 -2
  • 6.常见问题.md 6.常见问题.md +5 -2
  • No files found.
6.常见问题.md
View page @ 88b8017f
......@@ -54,7 +54,7 @@ App Store Connect Operation Error
ERROR ITMS-90097:"Unsupported Architectures. The executable for xxx.framework contains unsupported architectures '[x86_64,i386]."
```
解决方案:Target --> Build Phases --> 点击"+"按钮,选择"New Run Script Phase",在 Run Script 内添加以下脚本方法,重新编译打包即可。
第一种解决方案:Target --> Build Phases --> 点击"+"按钮,选择"New Run Script Phase",在 Run Script 内添加以下脚本方法,重新编译打包即可。
```
# This script loops through the frameworks embedded in the application and
# removes unused architectures.
......@@ -85,9 +85,12 @@ mv "$FRAMEWORK_EXECUTABLE_PATH-merged" "$FRAMEWORK_EXECUTABLE_PATH"
done
```
第二种解决方案,点播SDK4.14.2以以上版本试用:
1.对于手动集成用户,将项目中使用的点播SDK替换为include_Release中的,重新编译打包。
2.对于cocoapods集成的用户,将Podfile中pod 'CCVodSDK'替换为pod 'CCVodSDK_Release',重新执行pod install,编译打包即可。
## 9.关于使用Cocoapods更新4.9.0及以上SDK编译报错的问题
由于Xcode12的兼容性问题,在使用Cocoapods集成4.9.0及以上版本的SDK时,会导致如下编译错误
```
......
Clone repository
  • 1.概述
  • 2.集成指南
  • 3.模块介绍
  • 4.开发指南
  • 5.更新日志
  • 6.常见问题
  • 7.升级指南
  • Home
  • iOS 合规指南 云点播