We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d605b1 commit b7d0179Copy full SHA for b7d0179
1 file changed
README.md
@@ -25,6 +25,8 @@ iOS 效率工具:自动生成 Model 文件(数据模型) / iOS efficiency
25
2. 执行 `pod install` 或 `pod update`。
26
3. 导入 `<YBModelFile/YBModelFile.h>`。
27
28
+若搜索不到库,可使用 rm ~/Library/Caches/CocoaPods/search_index.json 移除本地索引然后再执行安装,或者更新一下 CocoaPods 版本。
29
+
30
### 手动导入
31
32
1. 下载 YBModelFile 文件夹所有内容并且拖入你的工程中。
0 commit comments