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

后端 未结 6 1131
情歌与酒
情歌与酒 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:09

    Silly me... The problem was I still needed to create a new "Provisioning Profile" which uses the new certificate in the iPhone program portal and load it into Xcode. I didn't need to add the extra string after my name in the code signing section for debug.

提交回复
热议问题