I have a project using cocoa pods, all is woking fine,
but now that i did cmd+u, for testing the app,
i get an error on my app-prefix.pch
complaining that CoreData+MagicalRecord.h file not found
but only complains for trying to test, builds fine...
this is a lib from a cocoapods,
what am i missing?
thanks