Kevin Mac
Kevin Mac

Reputation: 320

Swift Header Issue in Xcode 8 beta 6

When I try to build my app with Xcode 8 beta 6(after converting my Swift 2.2 to Swift 3 using the built-in tool), the automatically generated Swift header (TargetName-Swift.h) has some issue and it is showing file not found when i import in my objective c header file Note: It is working perfectly in Xcode 7.3.1

#import "Moji_App-Swift.h"

Upvotes: 4

Views: 942

Answers (1)

Kevin Mac
Kevin Mac

Reputation: 320

Once i solved all the other errors then this issue will automatically solved because swift-header not be generated until all swift files are successfully compiled.

Upvotes: 2

Related Questions