Zuikyo / ZIKRouter

Interface-oriented router for discovering modules, and injecting dependencies with protocol in Objective-C and Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'ZIKBlockViewRouter.h' file not found

JanXu-Dev opened this issue · comments

Cocoapods 更新 v1.0.3 好像缺少文件: 'ZIKBlockViewRouter.h' file not found
image

commented

这几个类都放到ZIKBlockViewRouter里了,看看是不是 Xcode 的 bug,clean 一下试试

clean 过, 用的是 Xcode 10, 然后全文搜索的结果如图 :
image

commented

~/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/缓存删了,Pods/ZIKRouter的代码也删了,再重新pod update试试。
在 1.0.3 里其他文件都去掉了,就剩下了ZIKBlockServiceRouter.h``ZIKBlockServiceRouter.m``ZIKBlockViewRouter.h``ZIKBlockViewRouter.m,所以你的搜索结果是对的。

commented

我用一个新项目测试是正常的。

把 Cocoapods 从项目移除, 然后重新 install 后就 OK 了, 谢谢

commented

不客气,有其他建议也可以多多交流