Visual Studio 创建新密钥库时崩溃
Visual Studio crashes when creating new keystore
我正尝试根据 https://docs.microsoft.com/pt-br/xamarin/android/deploy-test/signing/?tabs=macos
在 Visual Studio 中签署我的 Xamarin 应用程序
当我尝试创建新的密钥库时,我填写了表格并单击“确定”,但没有创建新的密钥库。该列表仍然是空的。
有什么解决办法吗?
我预计会发生以下情况:
The resulting keystore resides in the following location:
~/Library/Developer/Xamarin/Keystore/alias/alias.keystore
For example, the above steps might create a new signing key in the > following location:
~/Library/Developer/Xamarin/Keystore/chimp/chimp.keystore
但我什至没有创建这条路径“~/Library/Developer/Xamarin/Keystore/”
我猜,您可能需要将 Developer
替换为您的实际用户名
并且很可能还取消隐藏默认隐藏的 ~/Library
文件夹。
图片来源:macworld.com
我正尝试根据 https://docs.microsoft.com/pt-br/xamarin/android/deploy-test/signing/?tabs=macos
在 Visual Studio 中签署我的 Xamarin 应用程序当我尝试创建新的密钥库时,我填写了表格并单击“确定”,但没有创建新的密钥库。该列表仍然是空的。
有什么解决办法吗?
我预计会发生以下情况:
The resulting keystore resides in the following location:
~/Library/Developer/Xamarin/Keystore/alias/alias.keystore
For example, the above steps might create a new signing key in the > following location:
~/Library/Developer/Xamarin/Keystore/chimp/chimp.keystore
但我什至没有创建这条路径“~/Library/Developer/Xamarin/Keystore/”
我猜,您可能需要将 Developer
替换为您的实际用户名
并且很可能还取消隐藏默认隐藏的 ~/Library
文件夹。
图片来源:macworld.com