BlueRoseNote/02-Note/ASoul/面部软件FaceMask笔记.md

17 lines
673 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 环境
- Unity2020.1.16
- XCode版本对应要求:https://developer.apple.com/cn/support/xcode/
- 曹老师说无需证书就可以打包到手机上。
# 证书
证书密码123456
## 具体操作
https://blog.csdn.net/ListJson/article/details/128044539
1. 生成CRS文件用于申请证书钥匙串 - 钥匙串访问 - 证书助理 - 从证书颁发机构请求证书
2. 将证书导入Mac从苹果开发者网站上申请Development与Distribution证书并且导入Mac系统需要拖入钥匙串的登录里
3. 信任证书:在钥匙串里双击对应证书,点开信任选项卡,设置为始终信任。
4. 导出P12证书。
# 打包