Architectures
Assets
Build Locations
Build Options
-
Debug Information Format
The type of debug information to produce.
-
DWARF:
Object files and linked products will use DWARF as the debug information format. [dwarf]
-
DWARF with dSYM File:
Object files and linked products will use DWARF as the debug information format, and Xcode will also produce a dSYM file containing the debug information from the individual object files (except that a dSYM file is not needed and will not be created for static library or object file products). [dwarf-with-dsym]
-
Compilation Caching
Deployment
-
Strip Linked Product
If enabled, the linked product of the build will be stripped of symbols when performing deployment postprocessing.
Headers
Info.plist Values
Kernel Module
Linking - General
Linking - Mergeable Libraries
Linking - Warnings
Localization
Packaging
Search Paths
Security
Signing
Signing - App Sandbox & Hardened Runtime
Siri
Testing
Text-Based API
Versioning
Apple Clang - Code Generation
-
Generate Debug Symbols
Enables or disables generation of debug symbols. When debug symbols are enabled, the level of detail can be controlled by the
DEBUG_INFORMATION_FORMATsetting. -
Optimization Level
Specifies the degree to which the generated code is optimized for speed and binary size.