iOS8 extension needs own provisioning profile?

前端 未结 5 520
庸人自扰
庸人自扰 2021-01-31 14:52

I am starting an iOS 8 extension but I can\'t run it on my device. The error when trying to run it is:

No matching provisioning profiles found

5条回答
  •  渐次进展
    2021-01-31 15:28

    You do need a separate provisioning profile for you extension but with the same certificate your main app has. When you are creating a new provisioning profile, your Extension's app id will also appear in the list, choose that, and proceed to create a new provisioning profile.

    Also choose that provisioning profile in the target of your extension.

提交回复
热议问题