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 afte
It looks like as part of build, you have a step to copy that particular SDK and it's no longer there. You need to edit your build steps.
GoTo Build Phase > Search missing framework name > you will see same framework name also available on Copy Bundle Resources remove this framework from here > Done
I had the same issue after this process working fine for me.
Try doing following:
Also, see if evernote SDK was ever linked to your test target. If so, you would need to delete if from there as well.