Skip to content

Commit

Permalink
fix: test fairy anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Sep 9, 2024
1 parent 852afcd commit 99b2ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/testfairy/sdk/bug-tracking/jira-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ If you choose not to use the TestFairy Chrome Extension, you can add the TestFai
To leverage the full capabilities of the TestFairy Jira integration, it's recommended to map Jira custom fields. This feature allows you to automatically populate any field in Jira when creating a new issue, using standard TestFairy data or your custom session attributes. Follow these steps to map Jira custom fields:


1. First, you need to connect a Jira account. Follow the [instructions](#1-creating-a-jira-api-token) above.
1. First, you need to connect a Jira account. Follow the [instructions](#creating-a-jira-api-token)
above.

2. Choose one of the apps you want to connect to and press **Activate**.
<img src={useBaseUrl('/img/testfairy/testing-an-app/bug-tracking/jira-connect-proj-map1.png')} alt="Activate apps"/>
Expand Down
9 changes: 5 additions & 4 deletions docs/testfairy/sdk/ios/dsyms.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You can upload multiple dSYMs per build. Some developers have frameworks develop

## Fatal: Can't find .dSYM folder!

If while compiling you get the error `Fatal: Can't find .dSYM folder!`, your project is not configured to [generate debug symbols](#generate-symbols).
If while compiling you get the error `Fatal: Can't find .dSYM folder!`, your
project is not configured to [generate debug symbols](#generating-symbols-in-xcode).

## Handling missing DSYMs

Expand All @@ -48,15 +49,15 @@ If your build is missing dSYMs, you can find them and upload them manually to Te
5. Open a command line terminal and run the following command to locate the DSYMs folder name for one of the listed required UUIDs (replace `<UUID>` with the actual UUID string): `mdfind "com_apple_xcode_dsym_uuids == <UUID>" | grep dSYM`

6. Create a zip file with the content of the DSYM directory (you can call the zip file any name you like) `zip -r /tmp/symbols.zip <YOUR_DSYM_LOCATION>/*`
7. Proceed to upload the zip as described [here](#upload-symbols).
7. Proceed to upload the zip as described [here](#uploading-multiple-dsyms).

If you can't locate your dSYMS using `mfind`, follow these instructions:

1. In Xcode, open the organizer window.
2. Control-Click the relevant build, and select "Show in Finder".
3. In Finder, Control-Click the archive and select "Show Package Contents".
4. The archive will contain a folder called dSYM.
5. Create a zip with the contents of the folder and proceed to upload the zip to TestFairy as explained [here](#upload-symbols).
5. Create a zip with the contents of the folder and proceed to upload the zip to TestFairy as explained [here](#uploading-multiple-dsyms).

## Locating dSYMs for Bitcode builds.

Expand All @@ -65,4 +66,4 @@ If you enabled Bitcode for your build and released it to the store or submitted
1. In Xcode, open the organizer window.
2. Click on the relevant build.
3. From the right side menu, click "download dSYMs".
4. Manually upload the dSYMs to TestFairy, [as described here](#upload-symbols)
4. Manually upload the dSYMs to TestFairy, [as described here](#uploading-multiple-dsyms)

0 comments on commit 99b2ed8

Please sign in to comment.