美文网首页iOS11
Xcode9自动打包错误

Xcode9自动打包错误

作者: 仇志飞 | 来源:发表于2017-09-21 17:05 被阅读40次

问题

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)

相关文章

网友评论

    本文标题:Xcode9自动打包错误

    本文链接:https://www.haomeiwen.com/subject/tyhtextx.html