americanexpress / xcprojectlint

A security blanket for Xcode project files
Apache License 2.0
504 stars 18 forks source link

Why does xcprojectlint print `outputFileListPaths` `inputFileListPaths` repeatedly. #21

Closed orj closed 4 years ago

orj commented 4 years ago

When I run xcprojectlint with the following command:

../xcprojectlint --report error --project Application.xcodeproj --validations build-settings-externalized 

It prints:

outputFileListPaths
inputFileListPaths
inputFileListPaths
outputFileListPaths
inputFileListPaths
outputFileListPaths
inputFileListPaths
outputFileListPaths
inputFileListPaths
outputFileListPaths

Why is it repeatedly printing this?