You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding SDWebImageSVGNativeCoder to the Podfile, the project fails to compile with 'svgnative/SVGDocument.h' file not found. The svgnative pod was also added in the Pod project.
Adding ${PODS_ROOT}/svgnative/svg-native-viewer/svgnative/include/** to HEADER_SEARCH_PATHS fixed this issue.