No such file and directory found Xcode 7

后端 未结 4 425
南方客
南方客 2020-12-07 05:23

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

相关标签:
4条回答
  • 2020-12-07 05:59
    1. Trying cleaning the build folder. Drop Down the product menu and hold down ALT and Clean will change to clean the build folder.
    2. Check Build Settings Linking section.
    3. Check Build Phases Link Binary with Binaries section and Copy Bundle Resources section.
    0 讨论(0)
  • 2020-12-07 05:59

    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.

    0 讨论(0)
  • 2020-12-07 06:06

    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.

    0 讨论(0)
  • 2020-12-07 06:20

    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.

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题