美文网首页
is automatically signed, but pro

is automatically signed, but pro

作者: 知行合一认知升级 | 来源:发表于2018-09-25 21:28 被阅读3098次

    错误提示

    XXX is automatically signed, but provisioning profile YYY has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.
    其中XXX是项目名称,YYY是一串字符。

    产生的过程

    上周Xcode10发布,更新了Xcode10,昨天是中秋节,同样的代码,就提示这个错误。

    解决方法

    1)删除如图所示的 Entitlements。


    d1.jpg

    2)打开"项目名.xcodeproj"然后右键显示包内容,打开:project.pbxproj 搜索YYYYY这个数字(错误原因的这一串字符),删除之,即可(这个数字在引号中间,不要删除引号及引号外的字符。)

    相关文章

      网友评论

          本文标题:is automatically signed, but pro

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