Skip to content

Commit

Permalink
[signature] [ios] Clarify Upload symbols failed warning (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff authored Oct 31, 2024
2 parents 60a846d + 3f63eae commit 71b00eb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ To test your Signature library integration:
If these fields are present and contain the correct information, you have successfully integrated the Signature library. If the fields display any other values, review the integration steps again or contact [email protected] for further assistance.

That’s it! You’ve successfully integrated the Signature library into your app. Once [two attribution windows have passed](https://help.adjust.com/en/article/attribution-windows), you can [enforce SDK signature validation](https://help.adjust.com/en/article/sdk-signature#enforce-signature-validation) to make sure that only signed requests are accepted by Adjust.

## Troubleshooting {#troubleshooting}

### Upload symbols failed

When validating or submitting apps built with Xcode 16, you may encounter an `Upload symbols failed` warning related to the Signature library. This missing symbols condition is intentional and doesn't affect functionality, so it's safe to ignore.
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ To test your Signature library integration:
If these fields are present and contain the correct information, you have successfully integrated the Signature library. If the fields display any other values, review the integration steps again or contact [email protected] for further assistance.

That’s it! You’ve successfully integrated the Signature library into your app. Once [two attribution windows have passed](https://help.adjust.com/en/article/attribution-windows), you can [enforce SDK signature validation](https://help.adjust.com/en/article/sdk-signature#enforce-signature-validation) to make sure that only signed requests are accepted by Adjust.

## Troubleshooting {#troubleshooting}

### Upload symbols failed

When validating or submitting apps built with Xcode 16, you may encounter an `Upload symbols failed` warning related to the Signature library. This missing symbols condition is intentional and doesn't affect functionality, so it's safe to ignore.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ That’s it! You’ve successfully integrated the Signature library into your ap

## Troubleshooting {#troubleshooting}

### Upload symbols failed

When validating or submitting apps built with Xcode 16, you may encounter an `Upload symbols failed` warning related to the Signature library. This missing symbols condition is intentional and doesn't affect functionality, so it's safe to ignore.

### Unknown CPU Architecture in AdjustSigSdk.a {#unknown-cpu-architecture-in-adjustsigsdk-a}

In Unity Editor 2018 and later, you may receive an error message containing **Unknown CPU Architecture**. This error message is shown when the Unity Editor tries to apply the iOS static framework (`.a`) to non-iOS platforms. To fix the issue, select the `AdjustSigSdk.a` file and deselect all platforms except **iOS** in the **Import Settings** menu.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ That’s it! You’ve successfully integrated the Signature library into your ap

## Troubleshooting {#troubleshooting}

### Upload symbols failed

When validating or submitting apps built with Xcode 16, you may encounter an `Upload symbols failed` warning related to the Signature library. This missing symbols condition is intentional and doesn't affect functionality, so it's safe to ignore.

### Unknown CPU Architecture in AdjustSigSdk.a {#unknown-cpu-architecture-in-adjustsigsdk-a}

In Unity Editor 2018 and later, you may receive an error message containing **Unknown CPU Architecture**. This error message is shown when the Unity Editor tries to apply the iOS static framework (`.a`) to non-iOS platforms. To fix the issue, select the `AdjustSigSdk.a` file and deselect all platforms except **iOS** in the **Import Settings** menu.
Expand Down

0 comments on commit 71b00eb

Please sign in to comment.