zixun / GodEye

Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes
MIT License
3.85k stars 351 forks source link

pod 'GodEye' 出错 #16

Closed dev4shane closed 7 years ago

dev4shane commented 7 years ago

Unable to find a specification for AppBaseKit depended upon by GodEye

zixun commented 7 years ago

试试运行下 pod repo update

crossle commented 7 years ago

不知道为啥,pod search 居然搜不到, pod 'GodEye', :git => 'git@github.com:zixun/GodEye.git' 只好先这样了

zixun commented 7 years ago

@crossle 搜不到没关系,可以直接pod 'GodEye' 然后pod update, 我也搜不到,但是可以正常集成,很奇怪,不知道为啥=。=

crossle commented 7 years ago

奇怪的是 Cocoapods 网站可以搜到

zixun commented 7 years ago

嗯,是的,感觉是Cocoapods的bug

zixun commented 7 years ago

@crossle 删除掉~/Library/Caches/CocoaPods/search_index.json就可以了。

https://github.com/CocoaPods/CocoaPods/issues/5172