-
Notifications
You must be signed in to change notification settings - Fork 86
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
Invalid xcconfig configuration in SDWebImageWebPCoder.podspec: #106
Comments
seems libwebp source code folder structure changes |
SRCROOT is If you enable |
Seem typo, this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invalid xcconfig configuration in SDWebImageWebPCoder.podspec:
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
This is actually invalid because the directory $(SRCROOT)/libwebp/src does not exist. It can be removed.
The text was updated successfully, but these errors were encountered: