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

前端 未结 3 1030
忘掉有多难
忘掉有多难 2021-01-18 23:38

On macOS Catalina (beta), I create a fresh macOS project in Xcode 11 (beta).

In the creation wizard I select Objective-C, and \"Use XIBs\".

If I run the proj

3条回答
  •  梦毁少年i
    2021-01-18 23:46

    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.

提交回复
热议问题