Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

clang: error: no such file or directory when trying to run app

Tags:

ios

clang

I have added flags in compile sources for janrain integration in my app.

When i m trying to run app or archiving build on that time i faced this error.

I already added that file to correct build path and its already contain within project.

Here i attached snaps of that error :

enter image description here

Can anyone please help me to solved this? Thanks in Advance.. :)

like image 418
Pavan Gandhi Avatar asked May 18 '16 03:05

Pavan Gandhi


1 Answers

Go in your target compile sources and check its may be that you used the filename as compiler flag in ARC or you may used wrong compiler flags.

i hope its worked.

like image 61
Lotus Shah Avatar answered Oct 05 '22 13:10

Lotus Shah