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
Asked
Active
Viewed 374 times
1
-
see this http://stackoverflow.com/questions/41039967/filename-h-file-not-found-error-in-xcode-8-while-creating-framework – Anbu.Karthik Apr 02 '17 at 05:16
-
Thanks @ Anbu.Karthik, i have already done all this but no sucess.. – Anil Kumar Apr 02 '17 at 05:22
-
clean and run once – Anbu.Karthik Apr 02 '17 at 05:24
1 Answers
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