I got this Error in iOS during swift migration
func () {
var tmpChar : [CChar] = []
tmpChar.extend(Array(repeating: 0, count: 32 - tmpChar.count))//error at this line
}
So my question is what is meaning of this error and How to solve it. Thanks in advance