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

Carthage build error #23

Open
ivlasov opened this issue Nov 16, 2018 · 3 comments
Open

Carthage build error #23

ivlasov opened this issue Nov 16, 2018 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ivlasov
Copy link

ivlasov commented Nov 16, 2018

Hello, there. I tried to build HDWallet via Carthage on xCode 10.1 (10B61) and i get this error ->
I tried also carthage update --platform iOS && carthage update --platform iOS --no-use-binaries but result was the same.

Skipped building scrypt-cryptoswift due to the error:
Dependency "scrypt-cryptoswift" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/shamatar/scrypt-cryptoswift/issues/new
*** Building scheme "secp256k1.swift" in secp256k1.xcworkspace
*** Skipped building HDWallet due to the error:
Dependency "HDWallet" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/essentiaone/HDWallet/issues/new

Any suggestion what i'm doing wrong?

@impul impul self-assigned this Nov 16, 2018
@impul impul added the bug Something isn't working label Nov 16, 2018
@impul
Copy link
Contributor

impul commented Nov 16, 2018

@ivlasov thank you for report. We investigated your issue. Now we are working on Essentia mobile application release and will fix that issue afterwards.
If you want to use library now, here are two ways:

  1. Use Cocoapods
  2. Create fork, fix issue and make pull request.

@ivlasov
Copy link
Author

ivlasov commented Nov 16, 2018

I found an issue. For me it was a problem with automake and homebrew linking.
So I was needed to brew install autoconf automake libtool
And, also it was necessary to run brew doctor and perform some fixes (create /usr/local/include and prodive write accces to it using chown, you can find all commands that you need to perform by starting brew doctor l; it could be no issue for you i guess, because i hit it after installing Mac OS Mojave ), and finally I added github "your_repo" "master" <--- Specified the branch to avoid

Dependency "scrypt-cryptoswift" has no shared framework schemes for any of the platforms: iOS

@impul impul added the good first issue Good for newcomers label Dec 11, 2018
@TBSMobile
Copy link

Hello My friend, Please Download this demo you will find the solution. I have used this library as custom classes.

please let me know if you have any query.

WalletDemo.zip

@impul impul pinned this issue May 21, 2019
@impul impul added the help wanted Extra attention is needed label May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants