I want to upload my app to testflight. when I upload the app Xcode shows this error:
your account does not have permission to create ios distribution
Using keychain, export valid certificate on a computer on which iOS distribution signing identity works. You need two files, one is public -
file, and other is private -
file.
Put those files in a folder on computer on which you need signing identity to work.
Open terminal and browse to the folder you've put them in.
First, type: security import
Then type: security import
Open XCode, go to XCode>preferences>accounts>view details and refresh the apple id you are using
You should have signing identities enabled.