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

前端 未结 3 1192
栀梦
栀梦 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: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

提交回复
热议问题