Menu
Menu

Cocoapods에 등록되어있는 라이브러리 업데이트

예전에 업로드를 하고 업데이트 하는 과정에서 기억이 가물가물….
업데이트 도중 생긴 에러들 메모

git status
git add .
git commit -m ‘message’
git push origin main
git tag version
git push origin version

1
2
You need to run pod trunk register to register a session first.
-> pod trunk register 이메일 ‘닉네임’ –description=‘설명’

pod trunk push
->The spec did not pass validation, due to 1 warning (but you can use –allow-warnings to ignore it).

pod trunk push –allow-warnings

  1. 🎉 Congrats
  2. 🚀 NeopinConnect (0.3.0) successfully published
  3. 📅 December 13th, 11:36
  4. 🌎 https://cocoapods.org/pods/NeopinConnect
  5. 👍 Tell your friends!