I have Xcode 6.3 using Swift, importing the Parse 1.7.1 Framework as usual (drag and drop, copy) and I configured it in the group: Framework.
I am compiling and working fine all the time until the compiler no longer recognizes this sentence:
import Parse
This gives me an error:
No such module 'Parse'
The workaround is to remove the Framework and copy it again, but after a while it starts to annoy, and I really would like to know the reason.
I am only coding and creating at this time (and sometimes creating new fast files), so I cannot explain why this is happening.
source share