My personal developer account has been added as developer role to an paid developer account. Now I'm trying to build ipa by using my personal developer team account, but I'm facing an error. Any help would be appreciated Thanks in advance
Do I have to disable automatically manage signing? And export the provision file manually or how should I approach on this
You need two things to make a build using Xcode. Provisioning profile & a matching signing certificate.
Signing Certificate
Your admin role will generate this signing certificate which will contain the team ID. The certificate needs to be added to your keychain, Only then you will be able to use the provisioning profile attached to it.
Provisioning Profile
This you will get from the admin role of that project. The admin has to generate a signing certificate. Then he has to use that certificate while generating a provisioning profile.
You're going to need three types of provisioning profile.
Note: You have to take support from the admin user of the apple developer account.