Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling redis static library into iOS simulator #11

Open
dineshyash opened this issue Mar 24, 2015 · 1 comment
Open

Error compiling redis static library into iOS simulator #11

dineshyash opened this issue Mar 24, 2015 · 1 comment

Comments

@dineshyash
Copy link

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.

screen shot 2015-03-24 at 2 24 00 pm

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)

@dodikk
Copy link

dodikk commented Mar 24, 2015

file libRedis.a Please run this in terminal and paste the output here. Most likely, your binary is device only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants