cancel
Showing results for 
Search instead for 
Did you mean: 

XCode Issues Agentry 70.12.1

0 Kudos

Hi everyone!

I've been trying to create an Agentry Client using the steps explained on this link:

http://scn.sap.com/community/developer-center/mobility-platform/blog/2015/10/13/how-to-create-an-age...

And I get an error:

I've done my research and found a source telling me that the issue is due to the same library being loaded multiple times, and to remove the -ObjC option.

After doing so the application is able to compile but when running it it gives me an error saying that it can't load the UIApp SMPAgentryApplication.

After doing more research i found that it can be due to the order of the Libraries that were added, so I've started playing with the order and Found no order that worked.

I've also removed and added one by one each library and tried different versions.

I found out that the issue is with the libicucore library.

Is there anything i'm missing? Anything i'm doing wrong?

Best Regards!

Rodrigo

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Rodrigo,

Did you set the following?

Architectures: Standard architectures (armv7, armv7s)b.

Valid architectures: armv7

If not, please try that and see if it resolves the error.

--Bill

0 Kudos

I just set those options to the values you are suggesting and the result is almost the same

Regards,

Rodrigo

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Rodrigo,

I will have to try walking through the article.  As an alternative, the Open UI SDK comes with two pre-built projects (SMPAgentryClientFrameworkDemo and SMPAgentryClientFrameworkSetup).  I typically base my projects on the Setup sample version which will compile to a generic client out of the box and modify from there.

--Bill

Answers (1)

Answers (1)

0 Kudos

For some reason, the settings of architecture were not saved properly. I had to edit the project file and change them there. After that was done the project started to work.

Thanks for your help.

Best Regards,

Rodrigo