Reputation: 13
i want to release app using x-code
******** has conflicting provisioning settings. ******* is automatically signed,but
provisioning profile ********** has been manually specified.
Set the provisioning profile value to "Automatic" in the build settings editor, or switch
to manual signing in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
I tried a lot, but can't solve it. how can i solve it?
Upvotes: 0
Views: 1279
Reputation: 31
I had this problem as soon as I updated to Xcode 10, and nothing I did would make Xcode stop looking for the manually specified profile and run automatic code signing.
Here's how I fixed it:
Upvotes: 3
Reputation:
Following the steps below:
- Select the Target -- > General --> Signing --> Select the Team (It must the Super account)
- Then select the Build Settings in Target, keep the Development team with the same with Selected team. Set the Provisoning Profile with Automatic and Code Signing Identity with iOS Developer.
- Select the Project -- > Build Settings. Set the Provisoning Profile and Code Signing Identity with Details information
Upvotes: 1
Reputation: 971
Enable the Automatic option in Project -> General and In build settings for Provisioning profile select Automatic then Xcode will automatically resolve that issue for you, If not please comment that response here
Upvotes: 1