Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react native signing for [AppName]Tests require a development team ios

I have exported the react native project to ios, and I have already selected the building team profile in project setting of general as :

enter image description here

enter image description here

It seems the compiling is ok, but at last, when it should be signing, there is error Popup

enter image description here

Note that its' the [AppName]Tests that have a signing issue, not the [AppName] it self, what should I do?

like image 533
armnotstrong Avatar asked Jul 17 '17 02:07

armnotstrong


People also ask

How do I open signing and capabilities editor in Xcode?

In the Project navigator of the main window, select the project — the root group with the same name as your app — and in the project editor that appears, select the appropriate target and then click the Signing & Capabilities tab.

Can I use react native in Xcode?

npx react-native run-ios is one way to run your app. You can also run it directly from within Xcode.


2 Answers

No idea how the "restart" fixed anything for anyone.

If anyone else is having this problem, you need to expand the sidebar:

enter image description here

like image 178
Felix Avatar answered Oct 10 '22 22:10

Felix


I just try to restart the Xcode and things seems ok now, weird though :D

like image 34
armnotstrong Avatar answered Oct 10 '22 22:10

armnotstrong