[!] Error installing TokenCore [!] Failed to download 'TokenCore'.
macintoshdeMacBook-Pro:Example macintosh$ pod install
Analyzing dependencies
Pre-downloading: TokenCore from [email protected]:consenlabs/token-core-ios.git, branch master
[!] Error installing TokenCore [!] Failed to download 'TokenCore'. macintoshdeMacBook-Pro:Example macintosh$
Troubleshooting
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / Password: installer: Package name is macOS_SDK_headers_for_macOS_10.14 installer: Installing at base path / installer: The install was successful.
I think it should be fixed after #7
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg 目录下没有这个包,怎么安装
你可以在Apple Developer 下载页面下载到这个包
终端下:xcode-select install 等安装完就可以了
你们在oc的工程下,可以使用吗?
Analyzing dependencies
Pre-downloading: TokenCore from https://github.com/consenlabs/token-core-ios.git, branch master
Pre-downloading: web3swift from https://github.com/bankex/web3swift.git
[!] CocoaPods could not find compatible versions for pod "BigInt":
In Podfile:
TokenCore (from https://github.com/consenlabs/token-core-ios.git, branch master) was resolved to 0.1, which depends on
BigInt (= 3.0.0)
web3swift (from `https://github.com/bankex/web3swift.git`) was resolved to 2.0.1, which depends on
BigInt (~> 3.1)
好像是tokencore需要用3.0.0版本的BigInt和web3swift 冲突,pod 不下来
你们在oc的工程下,可以使用吗?
目前并未在OC的工程下测试过,您可以试一下
Analyzing dependencies Pre-downloading:
TokenCorefromhttps://github.com/consenlabs/token-core-ios.git, branchmasterPre-downloading:web3swiftfromhttps://github.com/bankex/web3swift.git[!] CocoaPods could not find compatible versions for pod "BigInt": In Podfile: TokenCore (fromhttps://github.com/consenlabs/token-core-ios.git, branchmaster) was resolved to 0.1, which depends on BigInt (= 3.0.0)web3swift (from `https://github.com/bankex/web3swift.git`) was resolved to 2.0.1, which depends on BigInt (~> 3.1)好像是tokencore需要用3.0.0版本的BigInt和web3swift 冲突,pod 不下来
我们晚点看看能不能将BigInt升级到3.1,也欢迎提PR
@XuNeal 十分感谢开源这个库. 帮助很大 升级 BigInt 的时候. 是否也能升级下 CryptoSwift 的版本.
CryptoSwift 也是不一样的,需要升一下级