text
stringlengths
0
17.2k
Package your project.
The .dSYM file for your project will appear in your project folder, under /Binaries/iOS.
.dSYM files have a timestamp showing when they were packaged. Take note of this information so you can match .dSYM files to the correct build.
To generate .dSYM file using UAT, execute the RunUAT script in a command line with the GenerateDYSM command. Specify the following parameters:
For example, the following command will generate .dSYM files for iOS devices using the arm64 architecture:
To obtain your crash report and re-symbolicate it so that you can read it, follow these steps:
Obtain an XCrashPoint file from TestFlight. You can use the following command line input to do this.
export PATH="/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources:$PATH"
Open XCode, then look at the terminal. Use it to navigate to your Xcode .package.
The above instructions use default directories. Use the locations of your .crash and .dSYM files when you run these command lines.
Accessing iOS and tvOS Logs and Crash Reports
1. Accessing Logs Directly from Device
2. Accessing Logs from TestFlight
Generating a .dSYM File During Packaging
Generating a .dSYSM File From a Command Line
Extracting the Crash Report and Re-Symbolicating
-Platform=[Target Platform]
Yes
IOS, TVOS, Mac
Specifies target platform. Defaults to current platform if unspecified.
-Target=[Project Name]
Yes
The name of your project.
Specifies which project you want to use. Defaults to current project if unspecified.
-Config=[Build Configuration]
Yes
Debug, DebugGame, Development, Test, Shipping
Target build configuration. Defaults to Development if unspecified.
-Architecture=[Architecture Type]
No
x64, arm64, x64+arm64]
Target device architecture.
-flat
Yes
Does not take inputs.
If specified, the .dSYMs will be flat files that are easier to copy between computers or servers.
Code Example:
```RunUAT.command GenerateDYSM -project=MyProject -platform=Mac -target=EngineTestEditor -config=Test -architecutre=arm64```
Code Example:
export PATH="/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources:$PATH"
Code Example:
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer" cp -i /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash ././symbolicatecrash unsymbolicated.crash symbols.dSYM > symbolicated.crash
Remarks
Xcode will then provide a crash log with function names and variables visible.
Advanced Search Syntax
You can search for your content in the Content Browser using advanced search operators. These operators can refine your search, making it easier for you to find what you need. You can also use them to search for key-value pairs from Asset metadata, and access special key values.
An example of using an advanced search operator in the Content Browser Search box.
The following table shows all the available operators:
= == :
Name="Blast" Name==Blast Name:Bla...