nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

feat: Support App_Resources/iOS/src swift folder hierarchy

Open NathanWalker opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Currently when using projects folders within App_Resources/iOS/src with levels of .swift code, this will randomly create .DS_Store files within folders which end up in the Xcode build and cause ** BUILD FAILED ** message.

Describe alternatives you've considered

No response

Anything else?

No response

Please accept these terms

NathanWalker avatar Jan 02 '23 17:01 NathanWalker

Solution would be to always ignore .DS_Store files when the CLI is handling src/**/*.swift files.

NathanWalker avatar Jan 02 '23 17:01 NathanWalker