haaakon / SingleLineShakeAnimation

Shake a view with a single line of code with a non-intrusive extension for UIView, written in Swift. Also supports accessability!
MIT License
307 stars 30 forks source link

Error (after having downloaded, clean and run your example Xcode project): linker command failed #2

Open King-Wizard opened 9 years ago

King-Wizard commented 9 years ago

The error message that I have in Xcode:

ld: file not found: /Users/drizzy/Library/Developer/Xcode/DerivedData/SingleLineShakeAnimationExample-auspgdspwgghncefchxchudwbpnl/Build/Products/Debug-iphonesimulator/SingleLineShakeAnimation.app/SingleLineShakeAnimation clang: error: linker command failed with exit code 1 (use -v to see invocation)

Note: try to download the example Xcode project and run it using Xcode 6.4 and iOS 8.4 and you will get the same error message.

haaakon commented 9 years ago

I have never been able to replicate this error. did you try deleting derived data?

King-Wizard commented 9 years ago

No.