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)