ios - 无法在 Visual Studio 2015 中添加 iOS 应用程序图标
<p><p>我有 Xamarin.Forms 项目并想要添加 iOS 应用程序图标。所以我创建了 Assets 目录,但是当我打开它时,我无法添加任何图标:</p>
<p> <a href="/image/HVc3e.png" rel="noreferrer noopener nofollow"><img src="/image/HVc3e.png" alt="Visual Studio"/></a> </p>
<p>我正在使用 VS 2015 Update 2 和最新的 Xamarin 版本。
我找到了一段关于它应该如何工作的视频:<a href="https://www.youtube.com/watch?v=KZbrLwJwGeE" rel="noreferrer noopener nofollow">https://www.youtube.com/watch?v=KZbrLwJwGeE</a>
我不知道为什么我不能添加任何图标,感谢任何帮助。</p>
<p>我的 Contents.json 看起来像这样:</p>
<pre><code>{
"images": [],
"properties": {},
"info": {
"version": 1,
"author": "xamarin"
}
}
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这是 VS 的 Xamarin 插件中的一个已知问题。</p>
<p>在 VS 中,删除所有 Assets 目录。
在 Xamarin Studio Mac 中打开您的解决方案。添加 Assets 目录。双击 Resources/Images.xcassets/AppIcons.appiconset/中的 .json 文件,它将打开一个工作编辑器。把你的图标放在那里。保存解决方案。</p>
<p>您现在可以在 VS 中重新打开解决方案。在解决此问题之前,切勿再次在 VS 中编辑 Assets 目录(可能需要数月时间)。</p></p>
<p style="font-size: 20px;">关于ios - 无法在 Visual Studio 2015 中添加 iOS 应用程序图标,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/36815709/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/36815709/
</a>
</p>
页:
[1]