-
Notifications
You must be signed in to change notification settings - Fork 69
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
new_pod_repository with tags fails #199
Comments
same issue. Bazel can't read |
Did you finally have a solution? |
Like I mentioned in the ticket, I am able to consume the pod by using the url without tags. |
After downloading SDWebImage dependencies using new_pod_repository, how do you integrate them into your demo project? I encountered a problem when I imported the "sdwebimage.h" project saying the header file did not exist |
try looking at full path where it falls out - then hard code like this |
Hi,
I am trying to use the
new_pod_repository
with the tag in the pods URL as belowit's failing with the error as below.
Also it creates the additional folder with the tag name (Vendor/SDWebImage/SDWebImage-5.12.3).
I thought may be it's failing because of it and tried putting
podspec_url
but it's still failing.Where as, if I use it without the tag as below
Is working as expected.
Is this behaviour is as expected ?
The text was updated successfully, but these errors were encountered: