Reputation: 3148
Non matching & non expired provisioning profiles found
I've been working over this issue and came across SO threads and I have not succeeded till now. First off all, I'm using a free developer account so I am not able to login to the developer account portal and manage certificates and profiles.
I did not face any problem till now, after that I upgraded to Xcode 7.3.1 I am able to run the app on simulator but not on a real device
i am able to create a new project and run it on a real device, this only affects projects that I had created prior to upgrade
After that: - Checked that certificates were valid under keychain access
Upvotes: 1
Views: 136
Reputation: 3148
For all of the posts I've seen, I'm sure this will help someone out there.
Go to project build settings > code signing > code signing identity check that the provisioning profile you've made is set.
after I did this, I was still receiving an error. this time for entitlements. I browsed to project > capabilities > health kit (where the issue was) and found a 'fix issue' button. This solved the second half of the problem. good luck out there
Upvotes: 0