We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting a failed build with errors after updating to v 4: (I removed and the re-installed the plugin with no luck)
Tuple pattern cannot match values of the non-tuple type 'Data'
Seems to be here:
DispatchQueue.global(qos: .background).async { let request = AF.request(self.statsUrl, method: .post,parameters: parameters, encoder: JSONParameterEncoder.default) request.responseData { response in switch response.result { case .success(): print("\(self.TAG) Stats send for \(action), version \(versionName)") case .failure(error): print("\(self.TAG) Error sending stats: ", error ) }
The text was updated successfully, but these errors were encountered:
Hi @macsupport, this pull request (#105) fixes the error.
Sorry, something went wrong.
148a878
thanks @luca-sharryland for the quick fix ! i close
No branches or pull requests
I'm getting a failed build with errors after updating to v 4:
(I removed and the re-installed the plugin with no luck)
Tuple pattern cannot match values of the non-tuple type 'Data'
Seems to be here:
The text was updated successfully, but these errors were encountered: