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

末鹿安然 提交于 2019-12-01 03:46:50
Danny Parker

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.

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.

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

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