Instructions: https://github.com/watson-developer-cloud/ios-sdk
Errors:
*** Skipped downloading ios-sdk.framework binary due to the error:
"Bad credentials"
The following build commands failed:
CompileSwift normal arm64
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
I got the solution in response to a Carthage issue willhains raised:
Edit ~/.gitconfig
and add the following:
[credential]
helper = osxkeychain
[credential "https://github.com"]
username = willhains
Replace willhains with your GitHub user ID.
Clone a private repo via HTTPS.
OR
You can delete the GitHub credential form you Keychain access and use..
Hope this will help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With