Hi everyone!
I've been trying to create an Agentry Client using the steps explained on this link:
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