本文介绍了找不到Cocoapod MotionKit框架派生数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我用Pod安装了库.但是在构建应用程序时出现以下错误:
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)
这是在我升级Xcode之后发生的.如何解决这种错误?
This happens after I upgraded the Xcode. How to fix such error?
推荐答案
Xcode>窗口>项目> [项目]>删除
Xcode > Window > Projects > [project] > Delete
这篇关于找不到Cocoapod MotionKit框架派生数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!