LetsMove icon indicating copy to clipboard operation
LetsMove copied to clipboard

crash if user chooses not to move

Open mr-fixit opened this issue 7 years ago • 0 comments

On some machine/macOS versions, our app would crash with

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSApp with wrong _running count'

after the user clicked the 'do not move' button.

We avoided the crash by calling PFMoveToApplicationsFolderIfNecessary inside of application *DID* FinishLaunching instead of application *WILL* FinishLaunching.

mr-fixit avatar Jan 30 '19 19:01 mr-fixit