Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoreBitcoin.framework lack of some file #105

Open
xx11dragon opened this issue Apr 27, 2018 · 2 comments
Open

CoreBitcoin.framework lack of some file #105

xx11dragon opened this issue Apr 27, 2018 · 2 comments

Comments

@xx11dragon
Copy link

xx11dragon commented Apr 27, 2018

Hi,
I am trying build CoreBitcoin.framework in my project.
but it lack of some file.
2018-04-27 5 01 32

2018-04-27 5 01 43

@tbsiosdev
Copy link

Please install with pods.

Implement this in pod File.

platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'

target "project_name" do
pod 'CoreBitcoin', :git => "https://github.com/andrewtoth/CoreBitcoin.git"
end

@TBSMobile
Copy link

Please install with pods.

Implement this in pod File.

platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'

target "project_name" do
pod 'CoreBitcoin', :git => "https://github.com/andrewtoth/CoreBitcoin.git"
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants