Carthage, OAuth and Keys

Hi all,

Is there a way to include something similar to the cocoapods-keys in the new carthage example app?

Thanks!

Hi Mattw,

How did your setup went? I get the following error when I run the setup script from the readme file.

A shell task (/usr/bin/env git submodule --quiet init – Carthage/Checkouts/AFNetworking) failed with exit code 128:
fatal: Not a git repository (or any of the parent directories): .git

Any advise you can share would be helpful.

Thanks,
M

Hi @Mkoder,

I never heard back from anyone about how to get a key manager up and running with carthage, but I can at least help you with that error. It seems you don’t have a git repository setup in your directory. To do this, first make sure you have git installed on your computer ([instructions][1]). Then navigate to your project folder at the command line and run the command git init

Hope that helps!
[1]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git