79676668

Date: 2025-06-23 19:29:08
Score: 0.5
Natty:
Report link

sometimes xcode doesn't seem to pick up the s.source_files pattern and leads to folders not being visible in xcode s.source_file = "**/*.{h,m,mm,swift,hpp,cpp}" is the original intended but adding anything else xcode doesn't seem to capture well "src/**/*.{h,m,mm,swift,hpp,cpp}", the first source pattern captures everything and should resolve the issue.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mohan Nataraj