如何在 Visual Studio 2015 上显示 cordova+iOS 的 remotebuild 服务器值
How to display remotebuild server values for cordova+iOS on Visual Studio 2015
我在这里关注 cordova 文档...https://msdn.microsoft.com/en-us/library/Dn878133.aspx. Installed remotebuild successfully, but on first run it crapped out, I'm guessing because brew was already installed as it hiccuped at that step. Anyway, I had to perform some of the brew package installations myself, and remotebuild is now working ( I can start the server and run remotebuild test --server http://localhost 它开始工作)但我不知道如何检索我需要添加到 VS2015 TAC 配置的 pin。文档说应该首先 运行 向我提供此 pin,但我从来没有得到它们。在哪里可以检索 PIN?谢谢!
很抱歉听到您的问题。如果你 运行:
remotebuild generateClientCert
它应该会为您提供 Visual Studio.
所需的密码
当 remotebuild 是第一次 运行 时生成 pin,但如果您错过它或必须生成一个新的,generateClientCert 选项将为您完成。这是文档:
https://msdn.microsoft.com/library/dn771551.aspx#IosPin
希望对您有所帮助。
我在这里关注 cordova 文档...https://msdn.microsoft.com/en-us/library/Dn878133.aspx. Installed remotebuild successfully, but on first run it crapped out, I'm guessing because brew was already installed as it hiccuped at that step. Anyway, I had to perform some of the brew package installations myself, and remotebuild is now working ( I can start the server and run remotebuild test --server http://localhost 它开始工作)但我不知道如何检索我需要添加到 VS2015 TAC 配置的 pin。文档说应该首先 运行 向我提供此 pin,但我从来没有得到它们。在哪里可以检索 PIN?谢谢!
很抱歉听到您的问题。如果你 运行:
remotebuild generateClientCert
它应该会为您提供 Visual Studio.
所需的密码当 remotebuild 是第一次 运行 时生成 pin,但如果您错过它或必须生成一个新的,generateClientCert 选项将为您完成。这是文档:
https://msdn.microsoft.com/library/dn771551.aspx#IosPin
希望对您有所帮助。