NSSoftLinking - The function 'SLSIsSuppressedByScreenTime' can't be found in the (null) framework

…衆ロ難τιáo~ 提交于 2019-12-01 17:47:53

I suspect based on the error message that the required functionality isn't in the OS yet (it's getting called but no one is there to answer/respond). Perhaps beta 5 will include it.

NPJ2000

It seems related to how FileVault security is respected? See:

https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_beta_4_release_notes

In part, it reads:

• Warning: Your Secure Token might be lost if FileVault is enabled on a non-APFS formatted volume while upgrading to macOS 10.15. You might be able to work around this by disabling FileVault before upgrading to macOS 10.15, then reenabling FileVault once the upgrade has completed. (51091312)

For me this error wasn't really the problem that lead to a crash. It read further down in the log:

_GSRegisterPurpleNamedPortInPrivateNamespace Couldn't register maccatalyst.xxx.gsEvents with the bootstrap server. Error: unknown error code (1100).
This generally means that another instance of this process was already running or is hung in the debugger.

For me the problem was solved by looking at the running processes and killing another instance of my app that was still somehow running.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!