-
Notifications
You must be signed in to change notification settings - Fork 280
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
Error installing libpd via Cocoapods #345
Comments
It looks like GitHub is deprecating open git:// links: link 1 and link 2 The fix appears to be to update the submodule links to use https instead. This is done in the latest commit but you will need to change your pod file to take the current git master and not the 0.11 version tag for now, until we release 0.12 soon. |
thanks @danomatika. could you tell me what that would look like in the Podfile? I'm having trouble finding what url i should be using. I've tried:
and
and neither are working:
|
I don’t know. I don’t use CocoaPods. The original Podspec was contributed but the author doesn’t maintain it.
enohp ym morf tnes
-----------
Dan Wilcox
danomatika.com
robotcowboy.com
… On Mar 24, 2022, at 4:36 PM, Ricardo de Amorim ***@***.***> wrote:
thanks @danomatika. could you tell me what that would look like in the Podfile? I'm having trouble finding what url i should be using. I've tried:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
I found that using this worked to have cocoapods clone properly:
However, now I'm experiencing a number of duplicate symbol build errors. for example:
Seems that there are a number of classes that are defined multiple times? I'm thinking maybe it's an issue with the spec file needing to be updated to exclude files that contain the duplicates but can't say for sure. |
Yes, the x_libpd files in |
I don't know the rules for making a PR for the project but I forked the repo and found that updating the podspec file to this works:
I think the podspec file in Cocoapods may need to be updated too. I'm not an iOS developer though and don't really know the full process for updating pod spec files |
I'd be happy to look at a PR for this, if you can make one. Maybe include the following comment line above
|
Got one up now: #346 |
Please test the current master. If the merge is now working, then I think we can close the issue. |
I will assume this works. Please reopen if not. |
I was running into similar issues, because my git was unable to fetch submodules through ssh. So I've run |
I have included libpd in our Podfile like so:
And upon installing I am seeing this error
The text was updated successfully, but these errors were encountered: