cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
646
Views
0
Helpful
2
Replies

REM iOS Application Library not found error

gsalazar1
Level 1
Level 1

Hi,

I'm trying to make a simple iOS application using Remote Expert Mobile SDK, but when I follow the Project Setup section of the Developer Tutorial shown here https://developer.cisco.com/media/remote-expert-mobile-developer-tutorials/ios-sdk/01-project-setup/project-setup.html

and then run the application I get this error message:Captura de pantalla 2017-01-27 a la(s) 08.55.45.png

The 'Header Search Paths' has these two values but I'm not sure if they are ok
- "/Users/gsalazar/Desktop/Apps iOS/Client iOS SDK App/assist_ios_sdk/"

- $(PROJECT_DIR)/Frameworks

Could someone help me, please?,

Kind regards

1 Accepted Solution

Accepted Solutions

Hello Robert,

Thanks for your reply.

When I ran it on a device, it showed the same message, so what I did was adding all libraries shown on the iOS SDK sample given at .zip file, and copy the Header Search Paths and Library Search Paths. And fortunately, the app worked.

However, I want to thank you for your time trying to help me.

Kind regards

View solution in original post

2 Replies 2

robdoyle
Cisco Employee
Cisco Employee

Hello Genesis,

The SDK should build for i386 but won't function on a simulator. Can you run it on a device?

I would expect a reference to libAssistSDK rather than lAssistSDK?

Regards,

Rob

Hello Robert,

Thanks for your reply.

When I ran it on a device, it showed the same message, so what I did was adding all libraries shown on the iOS SDK sample given at .zip file, and copy the Header Search Paths and Library Search Paths. And fortunately, the app worked.

However, I want to thank you for your time trying to help me.

Kind regards