IOS Create multiple project programming under the same workspace

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.