I use actual folders for my Xcode projects containing my .swift
files. I dragged the folder into Xcode but it appears that my swift classes are not being built. I went to my target, went to Build Phase, went to Compile Source and added the missing folder to the references to be built.
My swift files are still not being built.
Which flag could I add to the folder (in Compile Source) for force it to compile every .swift
files within it (including the ones in subfolders) ?
I couldn't find any info about it so far, any ideas ?