Closed shantibhatt768 closed 2 years ago
Could you try again with the latest release (0.0.6)? https://github.com/Sjors/libwally-swift/tags
Though I think in this case you're missing build system dependencies, see those in the Build section: https://github.com/Sjors/libwally-swift#build (I should probably copy part of that to the top)
@Sjors, After build system dependencies, I am getting now below error
That's still the old version.
Tries 0.0.6 version also, same error occured
Finally resolved this issue by using below commands
brew install gnu-sed automake brew install libtool
and then "pod install"
These commands help me to integrate the library successfully
I had added below line into podfile
"pod 'LibWally', :git => 'https://github.com/blockchain/LibWally-Swift.git', :tag => 'v0.0.3', :submodules => true"
and when trying to install this using "pod install" command, I am getting below error