IOS development file path

Source: Internet
Author: User

1. Development Platform path:

/Developer/Platforms

There are generally three directories in this path: mac, simulator, and iphone.

MacOSX.platform        
iPhoneSimulator.platform
iPhoneOS.platform

Each directory contains a/Developer/usr/bin directory, which stores the programs required in development.

The general directory is/Developer/Platforms/*/Developer/usr/bin/

Note: * indicates one of the preceding directories. Which of the following depends on the target platform?

 

2. simulator path:

/Developer/Platforms/iPhoneSimulator. platform/Developer/Applications

Contains the executable file of the Simulator, iPhone Simulator. app.

 

3. sdk path:

Real machine:/Developer/Platforms/iPhoneOS. platform/Developer/SDKs/iPhoneOS5.0.sdk

Simulator:/Developer/Platforms/iPhoneSimulator. platform/Developer/SDKs/iPhoneSimulator5.0.sdk

 

4. app path

Real machine:/var/mobile/Applications/4434-4440a-b453-4adf4535345adaf344

The following directory 4434-4440a-b453-4adf4535345adaf344 is automatically generated by the iphone. The files or directories in the directory include:

(1) app directory test. app

(2) Documents

(3) Library directory

(4) temporary directory tmp

The Documents Directory, which can store user-saved data and synchronize it to icocould.

Library directory, including: cache directory Caches, user preference directory Preferences (save NSUserDefaults saved. plist)

Related Article

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.