When running Git source from Xcode 6.0.1, Journler stops at the line containing:
textRepresentation = [SpotlightTextContentRetriever textContentOfFileAtPath:originalPath]
The value of orginalPath = "/Library/Caches/CrashPlan"
This path is not a file but a directory.
When reading the source code of "JournlerSearchManager.m", I would think that when the resource is not (directory or ABrecord) code execution for this function stops at line "if ( !( [aResource representsFile] || [aResource representsABRecord] ) ||"
How to fix this code?
When running Git source from Xcode 6.0.1, Journler stops at the line containing:
textRepresentation = [SpotlightTextContentRetriever textContentOfFileAtPath:originalPath]
The value of orginalPath = "/Library/Caches/CrashPlan"
This path is not a file but a directory.
When reading the source code of "JournlerSearchManager.m", I would think that when the resource is not (directory or ABrecord) code execution for this function stops at line "if ( !( [aResource representsFile] || [aResource representsABRecord] ) ||"
How to fix this code?