简体   繁体   English

奇怪的图标行为

[英]Strange icon behavior

I'm having a problem with a new App that I'm developing. 我正在开发的新应用程序有问题。 I have a App with no main icon/logo for the application running, the problem is that everytime I run the App on the device an icon from another App appears on my application, tests that i have made: 我有一个没有运行主应用程序的主图标/徽标的应用程序,问题是每次我在设备上运行该应用程序时,我的应用程序中都会出现另一个应用程序的图标,这是我进行的测试:

  • I made sure my app certificate was unique and it is. 我确保我的应用程序证书是唯一的。
  • I checked the app folder for icon images and found nothing. 我检查了应用程序文件夹中的图标图像,却一无所获。
  • I cleaned xcode and restarded my mac. 我清理了xcode并整理了Mac。

This could happen in the case of not-unique bundle identifier . 在非唯一bundle identifier的情况下可能会发生这种情况。 Your Bundle ID should follow this format: 您的捆绑ID应遵循以下格式:

com.companyname.appname

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

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