I'm trying to use the Swift class in my Object-c project. So far I have created the Objective-C project and imported the swift class and it asked me Would you like to configure an Objective-C bridging header?, then I hit Create Bridging Header so the productname-Bridging-Header.h file is created.
Then I changed
Always Search User Paths-->YES
SWIFT_OBJC_BRIDGING_HEADER-->YES
After that I import the swift class into my viewController.m class
Example: #import "Swiftclass.swift.h"
But it says #import "Swiftclass.swift.h" file not found