AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.67k stars 217 forks source link

Pod Installation (pod repo update / pod install) #185

Open teddy5518 opened 1 year ago

teddy5518 commented 1 year ago

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.

billchen2k commented 1 year ago

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

teddy5518 commented 1 year ago

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

billchen2k commented 1 year ago

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)