I hope you can help with that.
OK i have created new group/folder under Classes – Libs: Classes/Libs and have created class there Msg.h
now I am trying to import it into my RootViewController
#import "Libs/Msg.h"
but I am getting an error:
Libs/Msg.h = no such file or directory
what should i Do ?
cheers,
/marcin
OK, as it turns out, the Libs is not required just
is enaugh even if its in folder level down.
thanks