MTplus
MTplus

Reputation: 2391

Xcode 7 no matching profile found and no general tab

I have a project in Xcode 7 that had to update provisioning profiles. I created both new certificates and provisioning profiles on the developer site, and then downloaded them and double clicked them to install them. But when I try to build the project I get the "No matching provisioning profiles found" error.

I tried to use Xcode to fix the issue but it was not successful. I also tried Xcode -> preferences -> acount -> view details -> download all / clean / build. But that did not help. I noticed that other projects have a "general" tab where I can select team, but in this project I do not.

What can I do to fix this, any suggestion greatly appreciated.

enter image description here

Upvotes: 1

Views: 1186

Answers (1)

Hima
Hima

Reputation: 1247

You have to select TARGETS to get that General Tab.

Image with Project Selected Image with Target Selected

Upvotes: 3

Related Questions