0

I am getting the following error in Xcode 7 GM while trying to submit an app with a native watchOS App.

screenshot of problem

I have 3 provisioning profiles installed:

-com.devname.appname

-com.devname.appname.watchkitapp

-com.devname.appname.watchkitapp.watchkitextension

I have tried the following questions, but none of the solutions seem to work Submit WatchKit Provisioning Error, Watchkit Extension - No matching provisioning profiles found, No matching provisioning profiles found for WatchKit extension when submitting to App Store and others, however they all appear to be before watchOS Extensions were bundled inside watchOS Apps.

Any ideas?

Community
  • 1
  • 1
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90

1 Answers1

0

Possibly this is a bug with Xcode 7.0's automatic selection of provisioning profiles.

I solved this problem by setting each "release" provisioning profile at the target level:

code signing settings

Note: the default setting is "Automatic"

Jake Chasan
  • 6,290
  • 9
  • 44
  • 90