简体   繁体   English

如何获得在Xcode 9模拟器上显示的应用程序图标?

[英]How do I get the app icon to show on Xcode 9 simulator?

I filled the app icon with images that fit the size requirements and then when I build the app there is not app icon. 我用适合尺寸要求的图像填充了应用程序图标,然后在构建应用程序时没有应用程序图标。 I tried on an ipad and iphone but there is still nothing. 我尝试在iPad和iPhone上使用,但仍然没有任何操作。

在此处输入图片说明

在此处输入图片说明

创建一个高分辨率图像,并使用此站点makeappicon它将为您生成所有尺寸(提供您的邮件和照片),您将收到它们,然后在Assets.xcassets中打开AppIcon set并根据其尺寸拖动每个图像

@rmaddy found that the error is I didn't set the app icon source in the general tab. @rmaddy发现错误是我没有在常规选项卡中设置应用程序图标源。 Doing this solved the problem 这样做解决了问题

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

相关问题 如何将图标上传到我的app / xcode 4.2 - How do i upload a icon to my app/xcode 4.2 如何在Xcode模拟器中获取元素的尺寸 - How do get dimensions of elements in Xcode simulator 在 Xcode 中将其用作应用程序图标之前,如何检查图标是否具有透明度 - How do I check if an icon has transparency before i use it as app icon in Xcode 如何获得以编程方式在模拟器上运行的应用的SDK版本? - how do I get the SDK version for an app running on the simulator programmatically? 我已经用Java开发了一个应用程序,如何在xcode模拟器中打开它 - i have already developed an app in java how do i open it in xcode simulator 如何使我的应用程序图标显示在锁定屏幕的左下角,并将其链接到应用程序商店? - How do I get my app icon to show in the bottom left corner of the lock screen and have it link to the app store? 如何在Apple xcode设备模拟器中安装和启动Home.app? - How do I install and launch the Home.app in the Apple xcode device simulator? 如何在XCode中获取ViewController图标? - How can I get the ViewController icon in XCode? 如何在XCode 6 iOS模拟器中运行/录制iOS应用程序? - How can I run / record an iOS app in the XCode 6 iOS Simulator? 使用 Xcode,我如何导出应用程序并将其与模拟器中的团队成员共享? - With Xcode how can I export and share an app with a team member in the simulator?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM