简体   繁体   English

iOS应用程序图标在iOS 11上丢失

[英]iOS App Icon Missing on iOS 11

I am developing an iOS app in Xamarin. 我正在开发Xamarin的iOS应用程序。 After upgrading Visual Studio to 7.3.2, my app not showing app icon on iOS 11 OS. 将Visual Studio升级到7.3.2后,我的应用程序在iOS 11 OS上没有显示应用程序图标。 App icon getting displayed on iOS 10 and earlier. 应用程序图标在iOS 10及更早版本上显示。

I am adding app icon in xcassets, added key in info.plist. 我在xcassets中添加app图标,在info.plist中添加了键。 Also, seleted proper source in info.plist file. 此外,在info.plist文件中选择适当的源。 Don't know what is going wrong. 不知道出了什么问题。

Thanks in advance for help. 在此先感谢您的帮助。

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. 我用记事本打开了我的info.plist并编辑了指向Resources / ...文件夹的Asset路径,而我的图标直接位于应用程序的根目录中。 make sure the following path is correct. 确保以下路径正确。

<key>XSAppIconAssets</key>
<string>Media.xcassets/AppIcons.appiconset</string>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM