CocoaPods Trunk cannot push update: “You need to register a session first.”

前端 未结 1 1301
慢半拍i
慢半拍i 2021-01-31 01:40

I am attempting to publish my library using the new CocoaPods Trunk service.

pod trunk push your-library.podspec

This gives the error:

1条回答
  •  攒了一身酷
    2021-01-31 01:42

    Register a CocoaPods session in Terminal like so:

    pod trunk register name@example.org 'Your Name' --description='macbook pro'

    You will then be emailed at the provided address, click a link, and confirm your session.

    http://guides.cocoapods.org/making/getting-setup-with-trunk.html

    0 讨论(0)
提交回复
热议问题