I have this issue on the latest Xcode 8.0 where when I attempt to #import "xxx-Swift.h"
in my Objective C implementation I get an error in my code editor of "file not found".
The project builds and debugs fine, but I cannot seem to get rid of this annoying red bullet.
I have been through all the build settings, and triggered and played with every single one of them.
Yes, these settings definately seem fine.
As I say, the project build succeed.
But the error in the code window is really annoying.
Eventually I fixed it with an
ln -s /Users/xxx/library/Developer/Xcode/DerivedData/yyy/Build/Intermediates/zzz.build/Debug-iphonesimulator/zzza.build/DerivedSources/zzz-Swift.h /projectSourceFolder/zzz
Anybody have a better suggestion on how I can fix this or what I am doing wrong?
Perhaps, an Xcode bug?
Feedback / suggestions would be much appreciated.
Thanks in advance.