Hello!
I have an iOS application Foo and want to create very similar application Bar. It will only different in some files and resources.
I tried to create project Bar with the same solution and link there all files from Foo. BTW it doesn't want to compile, saying 'The namespace myNameSpace already has the definition for someClass'.
What am I doing wrong? I assume this behavior is due to the Foo project still compiles with the Bar but I need to compile only the Bar itself with it links.
How should I organize this projects to work properly?