> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/master/ios/sdk-setup-guide/manual-setup-ios.md).

# Manual Setup iOS

You can install our SDK manually using the steps below for iOS.

First, [Download AcquireIO iOS SDK.](https://devtools.acquire.io/sdk/ios/2.0.1/acquireIO.zip)

{% hint style="info" %}
Supports iOS 8.2 and above.
{% endhint %}

Unzip the SDK & Drop the `.framework` package into the "Embedded Binaries" list in your targets > general tab. This will add the .framework to "Linked Frameworks and Libraries" as well.

![Add AcquireIO.framework to your project](/files/-LQOL_1Ne6ClV74Yu8W9)

Add the following frameworks to `Link Binary with Libraries` -

* `CoreFoundation`
* `CoreGraphics`
* `QuartzCore`
* `UIKit`

Go to Project/Targets -> \[Project Name] -> Build Settings.\
Search `"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES"`

![](/files/-LQON4LQC9k5eOcwJ35o)

Search `"Enable bitcode"` to `NO`

![Disable bitcode](/files/-LQOOA9peTTRG8ElnFPF)

{% embed url="<https://www.youtube.com/watch?v=45bhaS4iUq4>" %}
