简体   繁体   English

生成配置文件和证书时出现NativeScript Sidekick错误

[英]NativeScript Sidekick Errors while Generate Provisioning Profile and Certificate

I am trying to setup a Mobile development environment, a true WORA. 我正在尝试设置一个移动开发环境,一个真正的WORA。 NativeScript seems to be ticking all the boxes. NativeScript似乎打勾了所有框。 I have therefore installed Visual Studio Code with NativeScript Plugin and SideKick. 因此,我已使用NativeScript插件和SideKick安装了Visual Studio Code。 I am trying to do a simple thing at the moment, namely testing HelloWorld App on physical devices such as Android Tablet/Phone and iPad. 目前,我正在尝试做一个简单的事情,即在Android平板电脑/手机和iPad等物理设备上测试HelloWorld App。 Android was a breeze however iPad proved to be a pain. Android轻而易举,但iPad却令人痛苦。 I am trying to use "iOS Auto Generate Provisioning Profile and Certificate" inside SideKick but I am getting two types of errors: 我试图在SideKick中使用“ iOS自动生成配置文件和证书”,但出现两种错误:

1) Using my Main Apple ID (with no Developer account) I am getting following message: 1)使用我的主要Apple ID(没有开发者帐户),我收到以下消息:

An error has occured while generating the certificate and mobile provision. 生成证书和移动供应时发生错误。 Reason: Two-step verification not supported at the moment 原因:目前不支持两步验证

Fair enough, I thought I will try a Free Apple ID (as advised in SideKick documentation, see result in next bullet point) 公平地说,我想我会尝试一个免费的Apple ID(如SideKick文档中所述,请参阅下一个要点)

2) Free (newly created) Apple ID 2)免费(新创建)Apple ID

An error has occured while generating the certificate and mobile provision. 生成证书和移动供应时发生错误。 Reason: Could not find app with bundle id. 原因:找不到包含捆绑软件ID的应用。 (node:12659) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. (节点:12659)[DEP0013] DeprecationWarning:不建议调用不带回调的异步函数。 Could not find app with bundle id 找不到包含捆绑ID的应用

Is there any step-by-step walk through on how to test simple apps on your local Apple devices?!? 是否有关于如何在本地Apple设备上测试简单应用程序的分步指南?!?

Many thanks in advance 提前谢谢了

问题可能是捆绑包ID,对于一个免费帐户,捆绑包ID在到目前为止使用过的任何人中都必须真正唯一

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM