pptp-vpn icon indicating copy to clipboard operation
pptp-vpn copied to clipboard

Run time error

Open molcik opened this issue 5 years ago • 1 comments

Hi,

after compiling it successfuly I get this error:

2018-09-23 16:55:15.614590+0200 PPTPVPN[88006:4618614] Something went wrong! CFErrorDomainLaunchd / 4

molcik avatar Sep 23 '18 14:09 molcik

for pptp-vpn, run this cmd to check that everything is OK: $ ./SMJobBlessUtil.py setreq build/Debug/PPTPVPN.app PPTPVPN/Info.plist HelpTool/HelpTool-Info.plist


The project is set up to use whatever Developer ID you have installed. However, various entries in various Info.plist files reference the specifics of this Developer ID and these have to be changed to reference your Developer ID. You can do this as follows:

 

  1. Build the sample in the normal way (Product > Build).  
  2. Run SMJobBlessUtil.py's "setreq" command to make the necessary Info.plist changes:   $ ./SMJobBlessUtil.py setreq build/Debug/SMJobBlessApp.app SMJobBlessApp/SMJobBlessApp-Info.plist SMJobBlessHelper/SMJobBlessHelper-Info.plist SMJobBlessApp/SMJobBlessApp-Info.plist: updated SMJobBlessHelper/SMJobBlessHelper-Info.plist: updated  
  3. Clean the sample (Product > Clean).  
  4. Build the sample again.  
  5. Run SMJobBlessUtil.py's "check" command to check that everything is OK. If there's a problem it prints an informative diagnostic message otherwise; if everything is OK then, as is traditional on UNIX, it prints nothing.   $ ./SMJobBlessUtil.py check build/Debug/SMJobBlessApp.app  
  6. Run the sample.

from SMJobBless.txt

iHongRen avatar Sep 26 '18 16:09 iHongRen