Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
teddy5518 opened this issue Mar 22, 2023 · 3 comments
Open

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

teddy5518 opened this issue Mar 22, 2023 · 3 comments
Labels

Comments

@teddy5518
Copy link

teddy5518 commented Mar 22, 2023

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 teddy5518 added the bug label Mar 22, 2023
@billchen2k
Copy link

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

@teddy5518
Copy link
Author

teddy5518 commented Apr 4, 2023

@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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants