AudioKitSynthOne
AudioKitSynthOne copied to clipboard
Pod Installation (pod repo update / pod install)
Description
Apparently, I am having hard time installing / updating pod.
I get this error message whenever I try to do so.
[!] Unable to add a source with url `https://github.com/AudioKit/Specs.git` named `audiokit`.
I have researched and invested some time to resolve my issue. Now, I am guessing that "https://github.com/AudioKit/Specs.git" link has become invalid as link itself shows 404 error message when I search for it.
May I get assistance on this issue by any chance? I really want to contribute on this project by providing Korean translations.
P.S. Sorry that I had to use bug label as my type of issue was not applicable for any of AudioKit's issue type.
You can comment source 'https://github.com/AudioKit/Specs.git'
in the pod file.
@billchen2k Hey, thank you for answering question. But, don't I need source https://github.com/AudioKit/Specs.git
in the pod file? Would you be able to provide more details in your suggestion? (I have tried your suggestion, but I just couldn't understand what it really does in this situation.) Thank you in advance.
Actually, as mentioned in the repo's readme file:
You may uncomment the line in Podfile to switch to our cutting-edge staging (unstable) releases of AudioKit, as opposed to the stable releases in the mainstream CocoaPods specs.
This line tells pod to install packages from the source 'https://github.com/AudioKit/Specs.git', which contains unstable packages under development. Uncomment it just let you download those stable release dependencies. (I don't think that unstable repo is publicly available by the way)