BlockchainCommons / GordianCosigner-iOS

Offline PSBT signer for iOS or MacOS
Other
8 stars 5 forks source link

Xcode Compile Error: no member 'cborEncode' #38

Open ChristopherA opened 3 years ago

ChristopherA commented 3 years ago

~/GordianCosigner-Catalyst/GordianSigner/Helpers/URHelper.swift:58:33: Value of type 'CBOR' has no member 'cborEncode'

Fonta1n3 commented 3 years ago

Ah youll need to update the Swift framework URKit to the latest and that should fix it.

image

image