You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofapplication *DID* FinishLaunching
instead ofapplication *WILL* FinishLaunching
.The text was updated successfully, but these errors were encountered: