xcutility
xcutility copied to clipboard
Returning false positives
- xcutility install method: [ ] .pkg,
-
which xcutilty
: -
xcutility version
: 0.2.0
xcutilty Output
Finding unreferenced files in: /Users
/Users.xcodeproj : The operation couldn’t be completed. (xcodeproj.PBXObjectError error 0.)
/Users/.xcodeproj : The operation couldn’t be completed. (xcodeproj.PBXObjectError error 0.)
/Users/*******.xcodeproj : The operation couldn’t be completed. (xcodeproj.PBXObjectError error 0.)
/Users/*******.xcodeproj : The operation couldn’t be completed. (xcodeproj.XCodeProjError error 1.)
/Users//*******.xcodeproj : The operation couldn’t be completed. (xcodeproj.PBXObjectError error 0.)
Actual outcome I got in the results files that are referenced by xcode
Expected outcome To get in results non referenced files by xcode.
@farabi - can you please provide a sample project so I can reproduce this issue?