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
I managed to get xcprojectlint to build by adding an empty swift file in the Sources directory, however when I run it against a project I get the following output:
We didn’t find an expected key (target) in “TargetDependency”. Please open a bug report at https://github.com/americanexpress/xcprojectlint/issues so we can investigate.
We didn’t find an expected key (targetProxy) in “TargetDependency”. Please open a bug report at https://github.com/americanexpress/xcprojectlint/issues so we can investigate.
New key found: productRef
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
New key found: alwaysOutOfDate
The operation couldn’t be completed. (ArgumentParser.ExitCode error 0.)
I'm guessing the linter isn't able to understand the project? Which is a new project that uses SPM and SwiftUI with modules.
The text was updated successfully, but these errors were encountered:
I managed to get xcprojectlint to build by adding an empty swift file in the Sources directory, however when I run it against a project I get the following output:
I'm guessing the linter isn't able to understand the project? Which is a new project that uses SPM and SwiftUI with modules.
The text was updated successfully, but these errors were encountered: