How to Codesign and Sandbox Helper Application in Xcode 4?

前端 未结 2 1528
盖世英雄少女心
盖世英雄少女心 2020-12-31 12:59

This is the problem: I have a MainApp that contains an HelperApp. The Helper app is used for the login items so i need to differentiate MainApp and HelperApp bundle IDs. I

2条回答
  •  被撕碎了的回忆
    2020-12-31 13:50

    I had exactly the same scenario: a MainApp that contains a HelperApp, which is used to launch the MainApp at login.

    The "invalid binary - app sandbox not enabled" problem got resolved by making sure that the Code Signing Identity for both apps in XCode is set to "3rd Party Mac Developer Application".

    Then, after submitting for review, I got the "Waiting for Review" notification and no more "invalid binary" errors.

提交回复
热议问题