Lexical or Preprocessor issue GroupcentricSDK_ARC.h file not found

961 views Asked by At

I get this error . . .

Lexical or Preprocessor issue GroupcentricSDK_ARC.h file not found

when I try to build an application that has already been built on another pc. The application is using Groupcentric Framework. I added the framework into project but again its showing GroupcentricSDK_ARC.h file not found

2

There are 2 answers

0
Karthick Sundaram On BEST ANSWER

I solved the issue. i downloaded the new Framework SDK from GitHub and did some changes. its started working

2
remudada On

Make sure that the project include path contains the file.

Go to Project->Build Settings -> Header Search Path and then add the path to the header file there.