You already have a current iOS Development certificate or a pending certificate request

11,633

Solution 1

If you don't have an enterprise developer account then you only allow creating 3 prod certificates. If none of your .p12 is in your system then you may ask the owner for .p12 or generate new certificate by revoking any from three.

At a time only 3 release/production certificate for a developer account (non-enterprise).

Solution 2

  1. Fetch all provision profiles through Xcode -> Preferences -> Accounts -> Download Manual Profiles
  2. I suggest to use Manual signing instead of Automatic.
  3. Choose Provision profile for manual signing, the one you should create using distribution certificate.

Should work.

Share:
11,633
AyAz
Author by

AyAz

I have an experience of over 4 years in mobile applications development. I have worked individually as well as in a team. I like to build fully efficient applications which are user-friendly as well as best in design. I like challenges and welcome any new ideas for app creation which makes me keep learning new things and keep updated about new technology. Client satisfaction and deliverables are the most important parameters for my working environment. My core competency lies in iPhone and iPad development and I am seeking opportunities to build social, utility, navigation and web services apps mainly. I have worked with foreign as well as local clients. If you have an idea for an app and want to bring it to life, feel free to contact me. iPhone/iPad/ Apple watch Skills: Swift 4.x Cocoa Touch, UIKit Autolayout Responsive Design UIViewAnimation & Transition UITableView, UIScrollView,UICollectionView, UICollectionViewFlowLayout Realm, Coredata, NSUserdefaults, plists Arrays, Dictionary, sets Web Services (SOAP/REST/JSON based) BarCode, QRCode Scanner, Camera, Live Video Streaming Asynchronous and synchronous API calls,XML, JSON Parsing, SOAP AVFoundation, AVAudioRecorder, and MediaPlayer Google Maps, MapKit and Annotations Push Notification, NotificationCenter Dispatch & MultiThreading In-App Purchase SDKs Used: Facebook, Twitter Google, Crashlytics, Fabric, Analytics Google Maps, Google Places, Geofencing Firebase, Back4App Stripe, Braintree, ApplePay

Updated on June 14, 2022

Comments

  • AyAz
    AyAz almost 2 years

    Issue in below the picture

    I installed new OSX High Siera, issue: All installed certificates deleted. so i created New distribution certificate with my local machine signingCertificate, and downloaded and installed into machine. When i run project or it giving error. i tried all steps found in stackOverflow, but could not resolve.

  • serhii.syrotynin
    serhii.syrotynin about 4 years
    3 release certificates tip saved my day.
  • Aiyub Munshi
    Aiyub Munshi over 3 years
    yes i was not aware about it. I checked your answer and deleted 1 certificate from developer portal and that's it. it worked.. thanks man
  • tschumann
    tschumann about 2 years
    I have an Enterprise account and there still seems to be a three certificate limit.
  • nikhilgohil11
    nikhilgohil11 about 2 years
    Oh, so I think I should update my answer. Thanks (: