Wildsky F.

Easy things should be easy, and hard things should be possible.



Signing for “name” requires a development team. Select a development team in the project editor. (in target ‘name’)

Posted on

When developing iOS app, sometimes we might face this development team related problem:

Signing for "name" requires a development team. Select a development team in the project editor. (in target 'name')

This article is going to help you solve that problem.

How to

Step 1. Setup iOS Development Team

Click Xcode > Preferences...

Click Accountstab, and then add / edit Team
![](/images/螢幕快照-2019-03-18-12.04.33.png)

Step 2. edit Project team setting

Click the project folder > Build Settings, find the Signing category and modify it.

Step 3. edit Target team setting

Remember to set development teams below both Project and Targets
![](/images/螢幕快照-2019-03-18-12.17.10.png)

Remember to set both Project and Targets

If you can't find the left panel, the toggle icon is at left-top.

If you can’t find the left panel, the toggle icon is at left-top.

Why I write this Article

In fact, the StackOverflow Answer did solve my problem, but I just couldn’t find where the toggle icon is. Anyway, I hope this article could help you. Happy develop!

References: