Error in Sandboxed App, When loading Helper (LoginItems), code signing issue

前端 未结 3 1194
栀梦
栀梦 2021-01-12 06:09

I\'m trying to get out of this problem (I hope it\'s the last!)

Briefly, I have one status bar app, which needs to start at login. I followed this tutorial http://b

相关标签:
3条回答
  • 2021-01-12 06:37

    For anyone else finding this post, I believe the answer is here: Can't code sign helper app properly

    Try running from /Applications and see if you still get the message in the console.

    0 讨论(0)
  • 2021-01-12 06:40

    Try to run the helper itself (from Xcode or Finder) to see that everything is fine with that. In my case it did not run, because the appdelegate object was missing from xib.

    After I fixed that it run fine and launched my app from the Application folder

    0 讨论(0)
  • 2021-01-12 06:59

    Check the permissions of the application bundle ( and the path to the bundle ) to insure that the appleeventsd and/or securityd daemons can read the executable.

    0 讨论(0)
提交回复
热议问题