I am facing the below issue and am unable to build the application.
XXX has conflicting provisioning settings. XXX is automatically provisioned, but provisioning profile WildCard has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual provisioning in the target editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
I am also unable to choose a particular profile.
How to resolve this issue?
This is how it worked for me:
P.S Killing Xcode and launch again is the best thing to do if facing any random issue
I only needed to uncheck 'Automatically manage signing', check it again, and rebuild.
In unit test target
Xcode 7:
Xcode 8:
I upgraded to Xcode 8, and iOS 10, but I had the problem.
I fixed it by going to project general tab, signing section.
Click "Enable signing....."
That is it.
I did everything and didn't worked. I uninstalled Xcode 10 and installed Xcode 9.4 then it worked out of the box !
After applying all the solutions above, The same issue I was getting. i.e
So I solved this by removing the provision profile in build sending. Please find the images which will make you more clear