In iOS development, the associated multiple projects may be in the same workspace under the development, that is accustomed to a project in a workspace of students how to quickly open?
It only takes three steps!
The first step is to use Xcode to create a workspace file in the target directory. See the picture and speak. In the second step, you open the workspace file with Xcode and then create multiple project files under the workspace. There is an idea in the process of creating a project: The goals and groups that you add to the new project are workspace. In the third step, multiple inter-project documents refer to each other: multiple Engineering File reference methods: Under Project A's setting option, under Header Search Paths, add "$ (srcroot)/. /b ", this project A can refer to project B's file, but the way to import the file is: #import <Person.m> as set above, the classes between multiple projects can be shared. In addition: Introduction to the use of Podfile files: https://www.jianshu.com/p/8a0fd6150159
IOS Create multiple project programming under the same workspace