K
Size: a a a
K
T
T
AB
AP
Y
I
I
error: module compiled with Swift 5.3.2 cannot be imported by the Swift 5.4 compiler
S
I
S
I
I
Users/ikorabel/Library/Developer/Xcode/DerivedData/egebookAdminApp-aefdiwwjezutkedllziiluqhbwby/Build/Products/Debug-iphonesimulator/SnapKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
I
PS
Type of expression is ambiguous without more context
". Как ее исправить?RxAlamofire.upload(multipartFormData: {multipartFormData in
var i = 0
for (title, image) in images {
if let imageData = image.jpegData(compressionQuality: 0.9) {
multipartFormData.append(imageData, withName: title, fileName: "\(i).jpg", mimeType: "image/jpg")
}
i += 1
}
}, to: url, method: .post, headers: headers).responseData()
S
S
PS
Ta