1

I have a framework project that has both Swift and Objective-C code. I am unable to import or use Swift class inside Objective-C code. This issue is happening in a framework project. I didn't face this issue in other non-frameworks projects.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Anil Arigela
  • 436
  • 2
  • 8

1 Answers1

-1
  1. create a swift class in you project then automatically show alert create bridging header file create option.
  2. swift file import in bridging header file
  3. user your swift file in objective c