My error:
not portable file path gpuimagedirectionalsobeledgedetectionfilter.h the specified path is different in the case of the file name on disk
GPUimageDirectionalSobelEdgeDetectionFilter.h
What I did here, I found the GPUimageDirectionalSobelEdgeDetectionFilter.h file that caused this error, and copied the name as it was in the folder and pasted it into the code. Worked.
so I deleted #import GPUimageDirectionalSobelEdgeDetectionFilter.h
and added the same line with the .h subname. This solved the problem.
Used by Xcode 8.3.2
itzo source
share