# Error: Undefined symbols for architecture arm64

{% hint style="danger" %}
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to <https://docs.sentiance.com>.
{% endhint %}

If you see error similar to this:

```objectivec
"Undefined symbols for architecture arm64:
  "OBJC_CLASS$_CXCallObserver", referenced from:
      objc-class-ref in SENTSDK(SENTCallHandler.o)
ld: symbol(s) not found for architecture arm64 "
```

It means that framework is not included. Please check [step 1 in the iOS Quick start](https://legacy-docs.sentiance.com/sdk/getting-started/ios-sdk/1.-installation/manual-installation) or simply:

1. Go to your **Project**
2. Select your **Target**
3. Go to **Build Phases**
4. Open **Link Binary With Libraries**
5. Press **+** to Add the **SENTSDK.framework** (use **Add Other** button if needed)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacy-docs.sentiance.com/sdk/troubleshooting/ios/error-undefined-symbols-for-architecture-arm64.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
