Embedding Private Framework into iPhone app

Posted by ynk on Stack Overflow See other posts from Stack Overflow or by ynk
Published on 2010-04-10T08:31:43Z Indexed on 2010/04/10 8:33 UTC
Read the original article Hit count: 271

Filed under:
|
|

Hi All,

I am trying to use some external Framework in my iPhone app. I did the following:

  1. copied the xxx.framework inside my project folder
  2. dragged the xxx.framework folder to Frameworks folder in xcode
  3. clicked add to target and set the path to relative to the project
  4. passed -ObjC flag in other flags (required by the framework)

when compiling i get the error "ld: framework not found xxx.framework"

what could I possibly missed?

I googled around to find an answer and no luck so far and I need to make it work urgently

any help will be much appreciated

Thanks Alot

Yas.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk