Search code examples
iosobjective-cxcodeios7

No such file and directory found Xcode 7


I embedded evernote SDK into my application but it was not working. Therefore, I decided to delete it from my code and removed all related frameworks and everything but after building my application, it is my code still tries to refer evernote SDK folder. I checked my "Copy Bundle Resources" and "Link Binaries with Libraries". Everything seems Okay. I want to remove this error without adding evernote SDK folder.

enter image description here

Help me please?


Solution

  • Try doing following:

    1. Product -> Clean and build folder
    2. Go to finder -> library -> Developer -> Xcode -> Derived data delete that folder

    Also, see if evernote SDK was ever linked to your test target. If so, you would need to delete if from there as well.