问题
Xcode9自动打包错误
"Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}
解决
修改 exportOptionsPlist,添加 provisioningProfiles
流程
AB6567CE-687F-4CEA-BB2F-99DC83D0477A.png
变更为
D9FDC7AC-9F2A-49C5-9345-F423EDD323B3.png
添加的内容来自
851946B6-E0D7-43F7-9C1B-A4530A799E9E.png
key: 描述文件的 app id (图中的2)
value: 描述文件的 name (图中的1)