Why do i get this error ?

I am making a VPN app using TunnelKit library. It doesn't connect so i checked macOS console app and saw the following errors. What could be the reason of my problem ?


'Value of NETestAppMapping in the Info.plist for com.melisaozturk.VPN is not a dictionary or is empty'


'Failed to create an NSExtension with type com.melisaozturk.VPN: (null)'


'com.melisaozturk.VPN[28472]: dropping a message because the current state is not "started" (0)'


'SyscallError: setpriority(PRIO_DARWIN_ROLE, 30100, 3): No such process'

'

Can't get most elevated app state from dictionary {

BKSApplicationStateExtensionKey = 0;

SBApplicationStateDisplayIDKey = "com.melisaozturk.VPN";

SBApplicationStateKey = 0;

SBApplicationStateProcessIDKey = 30100;

SBApplicationStateRunningReasonsKey = (

{

SBApplicationStateRunningReasonAssertionIdentifierKey = Resume;

SBApplicationStateRunningReasonAssertionReasonKey = 10000;

}

);

}

'

Replies

What could be the reason of my problem ?

It’s hard to say without knowing more about the library you’re using. You will either have to dig into that library deep enough that you can ask questions about the system APIs, or raise this issue with the support resources for the library you’re using.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"