SwiftyUtils icon indicating copy to clipboard operation
SwiftyUtils copied to clipboard

DataExtension toHexString: Ambiguous use of 'subscript(_:)'

Open justdan0227 opened this issue 1 year ago • 3 comments

Latest version of Xcode 14.0 Beta 3 does not like:

hexString += String(format: "%02X", bytes[index]). Ambiguous use of 'subscript(_:)'

justdan0227 avatar Jul 10 '22 21:07 justdan0227

same issue here

lockieluke avatar Apr 22 '23 23:04 lockieluke

It has been fixed on master a few months ago, do you mind giving it a try? If ok I will make a new release

tbaranes avatar Apr 23 '23 07:04 tbaranes