0

So I created my app record in iTunes connect, and set the bundle id to com.mycompany.ios.appname Then, when I went back to my Xcode project I get the error:

error

This is my config:

config

I was added to another dev team if that makes any difference, and I created a new apple id from the link sent to my email.

I have no idea what I'm doing, and I need help.

Minebomber
  • 1,209
  • 2
  • 12
  • 35

3 Answers3

0

Error shows that you have not created a provisioning profile under your apple account team.

Create appId with same bundle identifier then create provisioning profile with your appId. Download your provisioning profile and install it in your System.

Hope it would help you.

Inder Jagdeo
  • 229
  • 2
  • 9
  • @Minebomber, when you will download your provisioning profile, it will automatically save in your downloads folder. Double click on it and it will automatically show in your system. You can check with iPhone Configuration Utility. – Inder Jagdeo Aug 01 '17 at 04:01
  • @Minebomber, Download your provisioning profile from apple developer account: Certificates, Identifiers & Profiles -> Provisioning Profiles – Inder Jagdeo Aug 02 '17 at 04:44
0

uncheck automatically manage signing.

Double click on the provisioning profile ypu downloaded.

check on automatically manage signing.

Select team.

yoshiiiiiiii
  • 953
  • 8
  • 20
0

Uncheck automatically manage signing. Select the correct development team and than choose the provisioning profile.

R.Chauhan
  • 51
  • 1