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

Invalid xcconfig configuration in SDWebImageWebPCoder.podspec: #106

Closed
pepsikirk opened this issue Mar 23, 2024 · 4 comments · Fixed by #107
Closed

Invalid xcconfig configuration in SDWebImageWebPCoder.podspec: #106

pepsikirk opened this issue Mar 23, 2024 · 4 comments · Fixed by #107

Comments

@pepsikirk
Copy link
Contributor

pepsikirk commented Mar 23, 2024

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.

@dreampiggy
Copy link
Contributor

dreampiggy commented Mar 23, 2024

seems libwebp source code folder structure changes

@pepsikirk
Copy link
Contributor Author

seems libwebp source code folder structure changes

$(SRCROOT) is actually the project root directory. The final result leading to the project is as shown in the following figure:

image

Therefore, the configuration is actually meaningless.

@dreampiggy
Copy link
Contributor

dreampiggy commented Mar 25, 2024

SRCROOT is Pods.xcodeproj dir

If you enable multiple_pods_project, it will become libwebp.xcodeproj dir

@dreampiggy
Copy link
Contributor

dreampiggy commented Mar 25, 2024

Seem typo, this SRCROOT should be PODS_ROOT

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

Successfully merging a pull request may close this issue.

2 participants