【iOS】Signing for "project_name" requires a development team. Select a development team in the project editor

Xcode 8.3.2 运行 GitHub 上下载的代码时报了这个错。

解决方法:
单击工程名 --> Signing --> Team --> 选择对应的Account(如果没有Account,需要主动创建一个)

如果这个不能解决问题,可以修改下 "Identity" 中的 "Bundle Identifier", 改为自己 Xcode 对应账号的 Bundle Identifier。

参考:
http://blog.csdn.net/liuchuo/article/details/52554997
http://web.zhaicool.net/890.html

posted @ 2017-05-30 22:10  WriteOnRead  阅读(1137)  评论(0编辑  收藏  举报