tbaranes / SwiftyUtils

All the reusable code that we need in each project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

justdan0227 opened this issue · comments

commented

Latest version of Xcode 14.0 Beta 3 does not like:

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

same issue here

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