When i try to build the App in Xcode, i get GNConfig.h file not found error. But the file is present. How to resolve it? I have moved the files from another mac. I have a doubt whether the framework has deprecated.
Asked
Active
Viewed 166 times
1 Answers
0
Header path seems to be incorrect. Delete the reference of the framework from project and drag and drop the framework again inside framework folder.
It should resolve the issue

Mihir Mehta
- 13,743
- 3
- 64
- 88
-
@mihir.xcode is not able to find the header file. i did what you said. can you how to set the path of framework in xcode in detail. – Yogaraj R Dec 22 '15 at 08:34