WorkSpace Vs Project Vs Target in Xcode

3.3k views Asked by At

As I am new to Xcode, I do not understand clearly how Xcode organizes workspaces and projects. By using Google, I believe the following:

  1. A workspace contains many projects.
  2. Project contains many Targets
  3. A project should have at least one target.

Are all of the above statements are true?

  1. If i have one class called (login.h,login.m,login.xib) in my project, can I use the same login file in different targets?

  2. Can i use the same file in different Projects.

If there is a tutorial or other articles that explain, please let me know of them.

0

There are 0 answers