0

I'm trying to submit a beta build to the app store for my testflight testers. I've tried building and rebuilding new distribution profiles, but I can't seem to get around this error. I know there are a lot of similar questions on SO but none of the suggested answers seem to work in my case.

grr

chmod
  • 1,173
  • 1
  • 9
  • 17
  • Wait, you weren't trying to do this today were you? – BSMP Jun 08 '15 at 20:29
  • yeah, for the past week I've been stuck on this. – chmod Jun 08 '15 at 23:06
  • Can you see the entitlements when you look at your provisioning profile in the Member Center? (It's a pain to get to right now but the Member Center is up.) – BSMP Jun 08 '15 at 23:19
  • I can view my provisioning profiles, but I can't see a view where I can see entitlements specifically. Is there something I'm missing? – chmod Jun 08 '15 at 23:57
  • You would have set the entitlements in the profile when you created them. This image shows how entitlements would appear if you look at your provisioning profiles in Xcode: https://i.stack.imgur.com/hxFul.png – BSMP Jun 09 '15 at 00:03
  • Here's what it looks like on my end — http://i.imgur.com/dBGx3wH.png – chmod Jun 09 '15 at 22:42
  • Was that distribution certificate with the month named created using an explicit App ID for the app you're trying to get into the store? – BSMP Jun 09 '15 at 23:00
  • That was it — see the answer below. Thanks for your help! – chmod Jun 10 '15 at 20:45

1 Answers1

0

I ended up solving this issue by creating a new distribution profile using an explicit App ID for the app instead of the Wildcard App ID I was using.

chmod
  • 1,173
  • 1
  • 9
  • 17