I am working on a static library and a sample app, I started this static lib and sample app with Xcode 6.1.1
and so it was working absolutely fine with this version of Xcode.
Now when I updated my Xcode to 6.3 last week my Sample app started giving me lexical or preprocessor issue
and it is not recognising entry class file for static library. I didn't change any thing, it still working fine with the Xcode 6.1.1
Update
Here are the screenshot of Build settings for Static Library
and Test APP
Static Library-->
Static Library build Phases -->
Test App-->
Build Phases for Test App.
I'm getting some new compile time error as below...
above mentioned classes in images are classes from the static library(say, B) which has been included in the another library (say, A). this package included in a test app.
and this is how my Header and user search path respectively looks...