I am stuck at a weird situation.I have a ViewController written in Swift.It is basically an intro screen ViewController.
Now I want to use it in Obj-C Code.But I am unable with an error of "Use of undeclared indentifier" when ever i try to create its object.
Following are the check points i have already followed:
import "homer_iOS-Swift.h" in my ViewController where homer_iOS is mine project(homer_iOS is mine target/Project name).
target Name.
Cross checked the BuildSetting > Define Module to Yes for both Target and Project.
Cross check the BuildSetting > Objective C generated Interface Header >
homer_iOS-Swift.h- @objc before mine Swift ViewController class.
Please dont just mark it as duplicate and move on as suggestions on same types questions are already tried out.
Any Help will be appreciated.