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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: