I am having a single project file. Then I created another target for a "Lite"
version. I changed the bundle ID and product name for each target and am able to continue working this way.
But when I added a new custom class to the project, I try to use the class in existing VC by #import "NewClass.h"
but it only works on one target, on the Lite target, it says:
File not found
Why is this and how to solve it?