0

Objective C Bridge Header - header file path

Pankaj K.
  • 535
  • 8
  • 18

1 Answers1

0

If you install a framework via pod then you don't need to import any class or framework to bridge file. it is automatically added to your project...

Basically whenever we install any framework via pod at that time it is directly not affected in our project so you need to just build again your project after installation then import a framework.

Hope it will work.

Rakesh Patel
  • 1,673
  • 10
  • 27