简体   繁体   中英

Cannot find my lib on cocoapods

I've pushed my lib to cocoapods, this is the log:

<code>liuchangdeMacBook-Pro:testScrollAD liuchang$ pod trunk me
  - Name:     ChangLiu
  - Email:    12000290@XX.com
  - Since:    November 23rd, 03:48
  - Pods:
    - DLADFrameWork<code>
  - Sessions:
    - November 23rd, 03:48 - April 13th, 2017 03:28. IP: 106.185.XX.XXX</code>

and i can find it on the cocoapods ; But i when i enter

pod search DLFrameWork

here is the response

[!] Unable to find a pod with name, author, summary, or description matching `DLADFrameWork`

I've tried

pod setup

Can anyone help me ?

try to run

rm -rf ~/Library/Caches/CocoaPods 

in terminal.

And then:

pod setup 

again.

Now you should see your searched pod.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM