I think the fact I wasn’t building under device played quite a big part in this. After much (more) tweaking I managed to get it to CodeSign by: Re-installing XCode Running the Clean All targets function a huge number of times in-between everything I did. Deleted all certs on my Keychain and downloaded all new ones. Making sure I was using device and my Distribution profile on both Target and Project settings. And a lot of sweat and tears..!
3 查看 https://developer.apple.com/ios/manage/distribution/index.action 很有帮助
4 问题解决:把应用名称改称英文,然后在 project中删除 distribution ,然后重新编译release,
复制 release 为distribution,然后查看signcode ,没问题,编译,打包,竟然通过了。
5 还有人建议删除所有编译文件,重新生成。