You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On installing Pod this issue is coming in class AcceptSDKCardFieldsValidator.swift in this method
It is coming on Last line on return.The framework is locked so i am unable to edit the method.
subscript (r: Range) -> String {
let start = characters.index(startIndex, offsetBy: r.lowerBound)
let end = characters.index(start, offsetBy: r.upperBound - r.lowerBound)
return String(self[Range(start ..< end)])
}
The text was updated successfully, but these errors were encountered:
On installing Pod this issue is coming in class AcceptSDKCardFieldsValidator.swift in this method
It is coming on Last line on return.The framework is locked so i am unable to edit the method.
subscript (r: Range) -> String {
let start = characters.index(startIndex, offsetBy: r.lowerBound)
let end = characters.index(start, offsetBy: r.upperBound - r.lowerBound)
return String(self[Range(start ..< end)])
}
The text was updated successfully, but these errors were encountered: