热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

iOS应用程序图标在iOS11上丢失-iOSAppIconMissingoniOS11

IamdevelopinganiOSappinXamarin.AfterupgradingVisualStudioto7.3.2,myappnotshowingap

I am developing an iOS app in Xamarin. After upgrading Visual Studio to 7.3.2, my app not showing app icon on iOS 11 OS. App icon getting displayed on iOS 10 and earlier.

我正在开发Xamarin的iOS应用程序。将Visual Studio升级到7.3.2后,我的应用程序在iOS 11 OS上没有显示应用程序图标。应用程序图标在iOS 10及更早版本中显示。

I am adding app icon in xcassets, added key in info.plist. Also, seleted proper source in info.plist file. Don't know what is going wrong.

我在xcassets中添加app图标,在info.plist中添加了密钥。此外,在info.plist文件中选择适当的源。不知道出了什么问题。

Thanks in advance for help.

在此先感谢您的帮助。

1 个解决方案

#1


6  

For anyone that might have the similar problem. I opened my info.plist with notepad and edited the Asset path which was pointing to the Resources/... folder while my icons were directly in the root of the application. make sure the following path is correct.

对于任何可能有类似问题的人。我用记事本打开了我的info.plist并编辑了指向Resources / ...文件夹的Asset路径,而我的图标直接位于应用程序的根目录中。确保以下路径正确。

XSAppIconAssets
Media.xcassets/AppIcons.appiconset

推荐阅读
author-avatar
ggty11
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有