Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

后端 未结 6 1128
情歌与酒
情歌与酒 2020-12-01 03:24

I get this build error when I build my iPhone project to run on my device:

 **Code Sign error: The identity \'iPhone Developer: x Xxxxx\' doesn\'t match any          


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 04:21

    Following kw4m3n4's answer, I found the special characters (umlaute) in my name where messed up in the file. I fixed it like this:

    1. right click the .xproject file (e.g. yourproject.xproject) and select Show Package Content
    2. open project.pbxproj with textEdit
    3. search and replace the messed up name / umlauts (e.g. "Tim B√ºthe" -> "Tim Büthe")

提交回复
热议问题