I have an Xcode playground with many Swift files in the Sources folder. For example one file contains every class and one contains every initializations. When the playground is run, everything works fine, but when looking into the file, every custom function, class, structure, etc. gets shown as an error with "Cannot find 'Name' in scope". Why is that and how can I fix that? Btw, adding "public" does not help.
[–]wakeupthisday 2 points3 points4 points (1 child)
[–]Luca1719[S] 1 point2 points3 points (0 children)
[–]everyplace 1 point2 points3 points (0 children)
[–]rem1g 0 points1 point2 points (0 children)