react-native run-windows gives error : Certificate could not be opened: TemporaryKey.pfx error

react-native run-windows gives error : Certificate could not be opened: TemporaryKey.pfx error

我正在研究 react-native-windows 项目。我按照此处给出的说明进行操作 https://microsoft.github.io/react-native-windows/docs/getting-started。 在 运行 命令 react-native run-windows 中,我得到一个错误 error : Certificate could not be opened: TemporaryKey.pfx

我是 运行ning Microsoft Visual Studio Community 2019 版本 16.7.2 在 Windows 10 版本 2004 内部版本 19041.450

尝试在 Visual Studio 的解决方案资源管理器中打开 YourApp.sln 文件(解决方案资源管理器顶部有一个用于切换视图的小下拉菜单)。然后打开 Package.appxmanifest 并转到“打包”选项卡。应该有一些东西说“发布者”大约一半,上面有一个按钮说“选择证书”。单击那个。下面有三个按钮,分别是 Select from store、Select from file 和 Create。单击创建。输入信息并确定,然后在终端中使用 npx react-native run-windows 再次构建。它应该清除有关证书的错误。我发现我还必须先进行 yarn install 。希望有所帮助。我只是在学习自己,所以我可能不正确。