Groups | Search | Server Info | Login | Register


Groups > comp.lang.objective-c > #41

<newbie> Objective–C + ObjCHiredis problem

From Andrey Ognevsky <a.ognevsky@gmail.com>
Newsgroups comp.lang.objective-c
Subject <newbie> Objective–C + ObjCHiredis problem
Date 2012-01-28 10:46 -0800
Organization http://groups.google.com
Message-ID <16585052.435.1327776418541.JavaMail.geo-discussion-forums@vbuf18> (permalink)

Show all headers | View raw


Hi all, 

I'm very new to Objective-C and I've tried to use ObjCHiredis lib (which is the only chance to work with Redis database), but I've got a couple of errors:

warning: Unable to read symbols for @executable_path/../Frameworks/ObjCHiredis.framework/Versions/A/ObjCHiredis (file not found).
warning: Unable to read symbols from "ObjCHiredis" (not yet mapped into memory).
[Switching to process 93375 thread 0x0]
dyld: Library not loaded: @executable_path/../Frameworks/ObjCHiredis.framework/Versions/A/ObjCHiredis
  Referenced from: /Users/elfxf/Library/Developer/Xcode/DerivedData/Rediscover-cajplpzwkdznuugvwuhogxflqxog/Build/Products/Debug/Rediscover
  Reason: image not found
sharedlibrary apply-load-rules all

I have empty project, just added ObjCHiredis framework there (no #imports yet). 

I have Lion and latest XCode.

Thanks a lot for any help.

Andrey Ognevsky

Back to comp.lang.objective-c | Previous | Next | Find similar


Thread

<newbie> Objective–C + ObjCHiredis problem Andrey Ognevsky <a.ognevsky@gmail.com> - 2012-01-28 10:46 -0800

csiph-web