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
XCode 12.0.1
v 2.1.10
AES.swift line 153
try CCCryptorFinal(cryptor, &outBytes + outLength, outBytes.count, &outLength).check()
build failed, Generic parameter 'Element' could not be inferred.
The text was updated successfully, but these errors were encountered:
@skywinder please look into this issue, as the Xcode version later than 12 is complaining as the &outBytes and outLength are different data type and they cant be get added.
XCode 12.0.1
v 2.1.10
AES.swift line 153
try CCCryptorFinal(cryptor, &outBytes + outLength, outBytes.count, &outLength).check()
build failed, Generic parameter 'Element' could not be inferred.
The text was updated successfully, but these errors were encountered: