iOS8 extension needs own provisioning profile?

前端 未结 5 456
庸人自扰
庸人自扰 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:04

    It would seem that Xcode would prefer it that way, however there's nothing stopping you from using a wildcard profile until you want to do an Adhoc or Release to the App Store. More to the point of your question though, for every target that you have, you need a profile and bundle ID. So yes, you "need" another provisioning profile for your Extension, although I expect Apple to streamline this process.

    All in all, it's probably best to just use a WildCard dev profile until you need a provisioning profile. Remember this is all a beta, and they're still working on pretty much everything.

提交回复
热议问题