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.