Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justdan0227 opened this issue Jul 10, 2022 · 3 comments
Open

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

justdan0227 opened this issue Jul 10, 2022 · 3 comments

Comments

@justdan0227
Copy link

justdan0227 commented Jul 10, 2022

Latest version of Xcode 14.0 Beta 3 does not like:

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

@lockieluke
Copy link

same issue here

@tbaranes
Copy link
Owner

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

@tony-osibov
Copy link

tony-osibov commented Feb 21, 2024

Changes in master fixed the issue for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants