ios文档地址:https://tech.antfin.com/docs/2/87321
(下载配置文件)
创建工程控制台地址:https://mpaas.console.aliyun.com/?mpaasWorkspaceId=default#/mpaas/app/overview
常见问题地址:https://help.aliyun.com/document_detail/140602.html#h2--mpaas-xcode-extension1
开发者工具地址:https://help.aliyun.com/document_detail/140602.html#h2--mpaas-xcode-extension1
阿里云Mpaas文档地址:https://help.aliyun.com/document_detail/140602.html#h2--mpaas-xcode-extension1
https://tech.antfin.com/docs/2/142409#安装%20mPaaS%20Xcode%20Extension%20成功,但启动%20Xcode%20后未看到%20mPaaS%20菜单项
2.创建项目时候报错:
a.常见错误和错误码:https://tech.antfin.com/docs/2/158523
b.错误码1 错误描述 Invalid character "\xE5" in unquoted string
[Errno 1] (Nanaimo::Reader::ParseError)
有可能是因为项目名称使用了汉字或者特殊字符,
不能识别。换成字母拼音就可以了!
- 编译时候报错:
1.
.app/Frameworks/ARTVC.framework/ARTVC' (no such file),
解决办法:集成音视频 SDK 后,工程编译时出现错误:dyld: Library not loaded:
2.
Building for iOS, but the linked and embedded framework
artvc.framework was built for iOS + iOS Simulator
解决方案:选择 TARGETS > Build Settings,在 Build Options 下,将 Validate Workspace 设置为 YES。
网友评论