xcode 签署“appnameTest”需要一个开发团队。在项目编辑器中选择一个开发团队。(在目标“appnameTest”中)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/52976335/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:51:06  来源:igfitidea点击:

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

iosxcodereact-nativereact-native-ios

提问by Ish Man

When I try to run fresh installed React nativeproject in Xcode I'm getting this error.

当我尝试在 Xcode 中运行全新安装的React Native项目时,出现此错误。

Though I have added a developer account for signing. My Xcode version is 10.0 (10A255)

虽然我添加了一个开发者帐户进行签名。我的 Xcode 版本是10.0 (10A255)

enter image description here

在此处输入图片说明

回答by Ish Man

First open your project in the Xcode.

首先在 Xcode 中打开您的项目。

Then select the project and click on this section.

然后选择项目并单击此部分。

enter image description here

在此处输入图片说明

After that click on the test file

然后点击测试文件

enter image description here

在此处输入图片说明

And finally add your Signing

最后添加您的签名

enter image description here

在此处输入图片说明