How to Codesign and Sandbox Helper Application in Xcode 4?

前端 未结 2 1538
盖世英雄少女心
盖世英雄少女心 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:36

    You could try deleting your helper app, then adding it again this way: in Xcode go to file, add new files to "Your project", and import your helper app. Then, make sure they both have valid provisioning profiles for distribution.

提交回复
热议问题