我想将 iOS 应用上传到应用商店。为此,我选择了应用程序目标的分发证书。我有Notification Service Extension&Notification Content Extension并且我已经设置了自动管理签名。
我得到了这个错误"Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's."。
如果我为内容和服务选择 iOS 分发,则会出现错误。
我可以做些什么来分发我的应用程序?

