我在沙盒中创建了一个应用程序,它使用帮助程序从登录开始,如此处所示.
它工作正常,但下一条消息记录在控制台中:
lsboxd[1560]: Not allowing process 15208 to launch "/Applications/SandboxApp.app/Contents/Library/LoginItems/SandboxHelper.app" because it has not been launched previously by the user
lsboxd[1560]: Not allowing process 15208 to register app "/Applications/SandboxApp.app/Contents/Library/LoginItems/SandboxHelper.app" for launch.
我看到这些消息是关于帮助者的,但我不知道该怎么做,以防止它们.
我唯一担心的是Apple会因为这个消息拒绝该应用程序.
有人阻止了这些沙盒消息的加注,或者是某人向Apple发送了一个向沙盒发送沙盒消息的应用程序并被Appstore接受了吗?