Closed amfathi closed 3 years ago
@Sjors
Did you try brew install automake libtool pkg-config
?
Also, try building https://github.com/ElementsProject/libwally-core separately first. You're probably missing some build tools.
brew install automake libtool pkg-config
fixed it for me. Thanks!
What I'm trying to do
I'm trying to use
libwally-swift
in my swift project using cocoapods and I'm facing an issue.What else I tried to do
So I tried to clone and build
libwally-swift
separately and still facing same error.When I run this command
$ ./build-libwally.sh -dsc
I get this error
Useful debugging info:
I've followed the installation guidelines
I ran the below commands successfully
I checked this file
/usr/local/Cellar/autoconf/2.69/share/autoconf/Autom4te/FileUtils.pm
and it exists.I made sure that my user is the owner and have exec permission to everything inside
/usr/local/Cellar/autoconf/
I checked line 326 that have the issue and here is the containing function