objc[8182]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[8182]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
Was working fine prior to MacOS 27. Any help would be appreciated.
Last edit: Faisal Ansari 3 days ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Getting an error message with MacFuse 5.4.0:
objc[8182]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[8182]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
Was working fine prior to MacOS 27. Any help would be appreciated.
Last edit: Faisal Ansari 3 days ago