Reputation: 1132
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.
Help me please?
Upvotes: 1
Views: 6246
Reputation: 25938
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.
Upvotes: 2
Reputation: 38162
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.
Upvotes: 4
Reputation: 78
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.
Upvotes: 0
Reputation: 9039
Upvotes: 2