Unable to find Cocoapod MotionKit framework Derived Data

早过忘川 提交于 2019-12-12 03:58:46

问题


I installed the library with Pod. But I got the following error when I build the app:

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: 
can't open file: \
    /Users/taiyuanz/Library/Developer \
    /Xcode/DerivedData/RollingBall-gbmnblxxirswheemtfgncxsqywkj/Build/\
    Products/Debug-iphoneos/Ballman.app/Frameworks/MotionKit 
      (No such file or directory)

This happens after I upgraded the Xcode. How to fix such error?


回答1:


Xcode > Window > Projects > [project] > Delete



来源:https://stackoverflow.com/questions/32857332/unable-to-find-cocoapod-motionkit-framework-derived-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!