We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7298 commit 2f43fafCopy full SHA for 2f43faf
README.md
@@ -42,6 +42,11 @@ pod "Qiniu", "~> 7.0"
42
$ xctool -workspace QiniuSDK.xcworkspace -scheme "QiniuSDK Mac" -sdk macosx -configuration Release test -test-sdk macosx
43
```
44
45
+## 常见问题
46
+
47
+- 如果碰到crc链接错误,请把libz.dylib加入到项目中去。
48
+- 如果需要支持iOS 5 或者支持restKit, 请用 AFNetworking 1.x 分支的版本
49
50
## 代码贡献
51
52
详情参考[代码提交指南](https://github.com/qiniu/objc-sdk/blob/master/CONTRIBUTING.md)。
0 commit comments