Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
636 stars 187 forks source link

Support for macOS 12.3.1 #119

Closed danil-z closed 1 year ago

danil-z commented 2 years ago

It seems that library fails to build for macOS 12.3.1. Any plans to support current Apple platforms?

koraykoska commented 2 years ago

What is the error?

FrankSolleveld commented 2 years ago

Do you mean that your current operating system is macOS 12.3.1? I'm on that OS as well and have an Apple silicon chip. Web3.swift fails on EthereumQuantityTag.swift with the following error: 'BigUInt' is ambiguous for type lookup in this context

Florian-S-A-W commented 1 year ago

I cannot reproduce this issue on macOS 12.6

Florian-S-A-W commented 1 year ago

This issue seems to have been fixed in more recent macOS releases.