The application cannot be opened because its executable is missing

后端 未结 5 702
半阙折子戏
半阙折子戏 2020-12-15 07:44

I have an application that I have been developing for some time now. Recently launching the application via a double click presents a dialog that says \"You can\'t open the

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 08:08

    Rebuilding the Launch Services database solves this problem for me.

    Try executing the following command in Terminal:

    /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
    

提交回复
热议问题