When I try to create my application using Xcode 8 beta 6 (after converting Swift 2.2 to Swift 3 using the built-in tool), the automatically generated Swift header (TargetName-Swift.h) has some problem and this file showing is not found when I I import into my object header file c Note. It works fine in Xcode 7.3.1.
#import "Moji_App-Swift.h"
source
share