Adding omnifoundation to ios project
Andrei Shender <[email protected]> Wed, 2 Feb 2011 11:19:05 +0200
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello. I've got a problem. I was looking for read\write mutex and found out that good one is in omnifoundation library. problem is how to add this OFReadWriteLock to my project. Steps i've done and problems: 1. i've builded omnifoundation static library, added it to project, added path to headers to headers search path of project 2. then i saw that omnifoundation requires omnibase - so builded it for iphone and added to project. 3. then i encountered error on link phase. it seemd like omniunzip is missing. .... So, how to add some part of library or all library to use in iphone project?