Error when trying to run `pod trunk push [cocoapod].podspec` Error when trying to run `pod trunk push [cocoapod].podspec` swift swift

Error when trying to run `pod trunk push [cocoapod].podspec`


  1. Run the following command in terminal:

    pod trunk register yourEmail@example.com 'Your Name'

  2. Click the link in the email that is sent to you.

  3. Run your pod trunk push command in terminal again


This failed me just now, looks like there is an additional requirement to perform the registration as outlined here.

  1. From terminal run: pod trunk register myemail@domain.com 'MyName'
  2. Click on the link for the email sent to your address
  3. Run pod trunk push again

To highlight, the difference from Justin's answer was to include the name value. It would not allow me to register without it.