argentlabs / web3.swift

Ethereum Swift API with support for smart contracts, ENS & ERC20
MIT License
668 stars 168 forks source link

Error during build on MacOS 12.7.3 from a web3.swift dependency. #367

Open kuantumlad opened 5 months ago

kuantumlad commented 5 months ago

Hello

I am creating a MacOS app that utilizes web3.swift. I am finding that the build fails on the package secp256k1.swift. The specific error that is generated is:

Value of type 'UnsafeMutablePointer' has no member 'update'

DarthMike commented 5 months ago

Hi @kuantumlad what version of Swift or MacOS are you targeting?