firstprayer
firstprayer

Reputation: 826

Unable to find Cocoapod MotionKit framework Derived Data

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?

Upvotes: 0

Views: 116

Answers (1)

SwiftArchitect
SwiftArchitect

Reputation: 48514

Xcode > Window > Projects > [project] > Delete

Delete Derived Data

Upvotes: 1

Related Questions