Adding a framework in Xcode

12,363

Perhaps the author mistook MKFaceBook for MKAbeFook?

EDIT: Never mind, it looks like that is actully the name of the framework.

Share:
12,363
Gromski
Author by

Gromski

Updated on June 04, 2022

Comments

  • Gromski
    Gromski almost 2 years

    Im trying to add a third party framework in Xcode but I'm getting an error that it can't be found

    error: MKAbeFook/MKAbeFook.h: No Such File or Directory

    I've added it in the Linked Frameworks group and added it to the Target for this project. I've also added it to a new Copy Files build phase for that target.

    Basically I've followed the instructions here: http://pointlesscrap.net/mkabefook/desktop/gettingstarted

    Any ideas where I'm going wrong?