Search code examples
iosgracenote

GracenotemusicID.Framework. In that .h file not found error - Xcode 6.4 - ios


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.


Solution

  • 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