AudioKitSynthOne icon indicating copy to clipboard operation
AudioKitSynthOne copied to clipboard

Pod Installation (pod repo update / pod install)

Open teddy5518 opened this issue 1 year ago • 3 comments

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.

teddy5518 avatar Mar 22 '23 18:03 teddy5518

You can comment source 'https://github.com/AudioKit/Specs.git' in the pod file.

billchen2k avatar Apr 04 '23 14:04 billchen2k

@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.

teddy5518 avatar Apr 04 '23 14:04 teddy5518

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)

billchen2k avatar Apr 05 '23 03:04 billchen2k