dsym_zip¶
Creates a zipped dSYM in the project root from the .xcarchive
You can manually specify the path to the xcarchive (not needed if you use
xcodebuild
/xcarchive
to build your archive)
dsym_zip | |
---|---|
Supported platforms | ios, mac |
Author | @lmirosevic |
2 Examples¶
dsym_zip
dsym_zip(
archive_path: "MyApp.xcarchive"
)
Parameters¶
Key | Description | Default |
---|---|---|
archive_path |
Path to your xcarchive file. Optional if you use the xcodebuild action |
* |
dsym_path |
Path for generated dsym. Optional, default is your apps root directory | |
all |
Whether or not all dSYM files are to be included. Optional, default is false in which only your app dSYM is included | false |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action dsym_zip