1

I am preparing a SDK in objective framework, i added a file and imported a "FileName.h" but it giving me an error of file not found. Any suggestion will be greatful

Anil Kumar
  • 945
  • 7
  • 16

1 Answers1

0

Are you able import the framework in your project. If YES, check

Framework Search Paths in Build settings.

Example: $(PROJECT_DIR)/xxxxxxxx/GoogleSignIn\

Add your framework inside

Embedded Binaries

Ramesh_T
  • 1,251
  • 8
  • 19