yenom / BitcoinKit

Bitcoin protocol toolkit for Swift
MIT License
841 stars 261 forks source link

POD install problems Libtool #186

Closed HeroHann closed 5 years ago

HeroHann commented 5 years ago

Hello, got a problem with the installation of BitcoinKit.

1) sudo gem install cocoapods -> OK 2) sudo brew install autoconf automake -> OK 3) new Xcode project -> OK 4) pod init -> OK 5) Podfile looks like that: `source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks!

target 'XXXXXXXXXX' do pod 'BitcoinKit' end`

6) pod install: `Analyzing dependencies Downloading dependencies Installing BitcoinKit (1.0.2) [!] /bin/bash -c set -e sh setup/build_libraries.sh

++ dirname setup/build_libraries.sh

Would be great if someone could help. Can anybody reproduce the error?

HeroHann commented 5 years ago

Ok got it fixed was easy...sorry for the post. If some one needs it: brew install libtool ;D