File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
通过 CocoaPods
15
15
16
16
``` ruby
17
- pod " Qiniu" , " ~> 8.4.2 "
17
+ pod " Qiniu" , " ~> 8.4.3 "
18
18
```
19
19
20
20
通过 Swift Package Manager (Xcode 11+)
@@ -26,7 +26,7 @@ File -> Swift Packages -> Add Package Dependency,输入库链接,选择相
26
26
库对接:
27
27
let package = Package(
28
28
dependencies: [
29
- .package(url: "https://github.com/qiniu/objc-sdk", from: "8.4.2 ")
29
+ .package(url: "https://github.com/qiniu/objc-sdk", from: "8.4.3 ")
30
30
],
31
31
// ...
32
32
)
@@ -123,6 +123,7 @@ $ xcodebuild test -workspace QiniuSDK.xcworkspace -scheme QiniuSDK_Mac -configur
123
123
- 如果需要支持 iOS 5 或者支持 RestKit, 请用 AFNetworking 1.x 分支的版本
124
124
- 如果碰到其他编译错误, 请参考 CocoaPods 的 [ troubleshooting] ( http://guides.cocoapods.org/using/troubleshooting.html )
125
125
- iOS 9+ 强制使用https,需要在project build info 添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。 具体操作可参见 http://blog.csdn.net/guoer9973/article/details/48622823
126
+ - 上传返回错误码理解,[ status code 注释] ( https://github.com/qiniu/objc-sdk/blob/master/QiniuSDK/Common/QNErrorCode.h )
126
127
127
128
## 代码贡献
128
129
You can’t perform that action at this time.
0 commit comments