Cannot import RO SDK into Xcode

Hi,

I am trying to import the RO SDK into Xcode to use in a project.
I am using this approach:

  • Selecting my projects target
  • In the “General” tab, adding the file to the “Linked Frameworks and Libraries” section.

I have tried the above with the .a, .fx and .framework files, but with no success.
For example, when making a test case, the project will not build, but gives me an “Apple Mach-O Linker Error”.

A different error occurs when importing the .framework file in my main project, the project will build but when running the application I am getting the following error:

dyld: Library not loaded: @rpath/RemObjectsSDK.framework/RemObjectsSDK
Referenced from: /Users/marcantheunis/Library/Developer/CoreSimulator/Devices/EDCD400C-EE36-468D-A979-BDABDE1C5E80/data/Containers/Bundle/Application/6F15C7ED-08AD-4173-BAD2-5CF555AFD61C/ApoConnectApp.app/ApoConnectApp
Reason: image not found
(lldb)

Am I trying to import the SDK in the wrong way? If so, what files do I need to import after copying them from the downloaded .dmg file? Or is something else wrong?
Using Xcode 8.3.3 and Remoting SDK for Cocoa 9.2.103.1311

Thanks in advance,