开发者

Why is my application bundle sometimes missing its icon or crossed out?

Why is my application bundle sometimes missing its icon and/or have this "cancel" symbol over it?

alt text http://img33.imageshack.us/img33/2690/picture2oql.p开发者_如何转开发ng

I have looked at the .plist file and the icon path and icon exist and are correct. If I right click the bundle and click Get Info, the icon shows up in the 'preview' section.

This happened after I moved around some code in my qmake file (but made no change semantically). Is this just a bug in Finder? There seems to be no way to refresh the view.

What generally causes Finder to display this cancel symbol and/or not load the bundle's icon?


That's the "You can't run this application" icon.

The finder will display that icon if:

  • the app is marked as being untrusted (i.e., downloaded like @kiamlaluno said)
  • the app the wrong architecture (i.e., PPC app on an intel machine without rosetta)
  • the application bundle is messed up (make an empty folder with an .app extension)

Since you're building this program, I suspect that the Finder noticed the .app bundle before it was finished compiling and thought it was broken. When you move your app to another folder, the Finder refreshed the bundle (which is complete now), and displayed the correct icon.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜