### 真机调试&bulid ipa包流程 #### <1>开发环境: ``` 系统:macOS Big Sur 11.6 IDE:xcode 12.5以上 ``` #### <2>配置证书: 1.打开xcode,在工具栏Preference ->+ Accounts处添加公司开发者账号: ``` 账号:gzouyou@163.com 密码:Gzouyou1 ``` 2.在TARGETS-> signing&Capabilities -> Automatically manage signing选中改开发者账号对应的Team(Guangzhou Ou...) #### <3>真机调试&bulid ipa包 ``` 1.真机调试:打开xcode,在edit scheme位置选中你要调试的真机,command+R 2.导出ipa包:打开xcode,在工具栏选中Product -> Archive -> Distribute App -> AppStore/Ad hoc -> Expert ```