I am trying to integrate the simulator static library of Redis into my iOS project and have done the following things.
drag and drop the static library into my project folder
Add header search path in the build settings
Check whether the static library is added into the build phases in settings.
Set the header search path
Set the other linker flags setting to "-all_load"
I am not sure where i have gone wrong but am geting the following error while compiling it.
Any help in this regard is greatly appreciated. (P.S - I am pretty much sure that i am using the static library built for simulator)
I am trying to integrate the simulator static library of Redis into my iOS project and have done the following things.
drag and drop the static library into my project folder Add header search path in the build settings Check whether the static library is added into the build phases in settings. Set the header search path Set the other linker flags setting to "-all_load" I am not sure where i have gone wrong but am geting the following error while compiling it.
Any help in this regard is greatly appreciated. (P.S - I am pretty much sure that i am using the static library built for simulator)