I follow This solution on stack overflow and many other tutorials but still getting error while importing ProjectName-Swift.h file (Error: file not found). Into the Swift class I also added @objc
: @objc class MySwiftClass. Please help me know why I am getting the error file not found while importing ProjectName-Swift.h into the objective c file.
Asked
Active
Viewed 90 times
0
-
Are you using CocoaPods? – Bannings Sep 04 '15 at 10:05
-
Yep, I have using cocoaPods into my project. – lee Sep 04 '15 at 10:06
-
Is your project Objective-C and the swift class in cocoapods? – Bannings Sep 04 '15 at 10:09
-
I marked my question as duplicate. So with another one who facing the same problem like me, please view the same question above to find the answer. – lee Sep 05 '15 at 04:19