Error when trying to run `pod trunk push [cocoapod].podspec`
-
Run the following command in terminal:
pod trunk register [email protected] 'Your Name'
Click the link in the email that is sent to you.
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.
- From terminal run:
pod trunk register [email protected] 'MyName'
- Click on the link for the email sent to your address
- 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.