Domanda

I have a document based application. If i open a saved file via double click on the file then a old version of my program (that I removed from the system) is opened instaed of the newer one. The application is a stand alone application.

How can i avoid this?

È stato utile?

Soluzione

If it is removed from the system it won't launch. You do in fact have another copy of the app somewhere. Launch services cannot tell te difference between them and may launch either one. You need to locate the old version (and any other instances) and at least move it to the trash.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top