Reputation: 23
I'm trying to integrate RSA SecurID in my existing iOS Application.
It doesn't seem to be a straightforward way of achieving this task.
Here is what i've tried so far:
The files included in the zip downloaded are the following:
Anyone have any thoughts on why i'm having this problem.
It has anything to do with the headers?
Thanks!
Upvotes: 0
Views: 186
Reputation: 114992
You haven't added the other dependencies that are listed on page 38 of the Developer's Guide.
Specifically these errors are caused because you haven't added libxml2
, but you also need libsqlite3
and the System configuration framework.
Upvotes: 0