m0j1
m0j1

Reputation: 4267

Xcode "no profiles currently match"

I wanted to distribute my app to itunes . I did the wizard on itunes connect and now it's time to upload my app . the instruction I followed says that I should change the Code Signing in Targets>Build Settings to "iphone distribution" . but whenever I choose iphone distribution xcode says "no profiles currently match" though I have a valid certificate , and I have built a distribution provisioning profile . when I choose PROJECT instead of TARGETS , and change code signing to distribution , I don't get that error and it tells me "currently matches ..."
I'll appreciate if someone can help me with this .
thanks

Edit:
Short Answer : the bundle identifier is something like this : 43jklfsjdf.com.user.HelloWorld but you should delete the first part and change it to only com.user.HelloWorld in Info.plist

Upvotes: 0

Views: 413

Answers (1)

Valent Richie
Valent Richie

Reputation: 5226

Most probably you have not changed your bundle ID in your Info.plist file. Check the bundle ID to match with your provisioning profile.

Upvotes: 1

Related Questions