MotionKit
MotionKit copied to clipboard
Use of unresolved identifier MotionKit: XCode 7.3.1
Hi, MotionKit looks like an awesome framework but I can't make it work. I've installed it using Cocoapods following the instructions and i got the error "use of unresolved identifier MotionKit". If i import MotionKit, i got "no such module MotionKit".
I've tried installing it manually by importing MotionKit.swift and everything seems to be recognized but the MotionKit.swift file has 16 issues that make the build fail.
Is anyone working on supporting MotionKit for the latest version of XCode and Swift? If not, has anyone found a workaround?
Thanks
Hi,
it happens the same to me.
Hi, Now I have just updated and fixed the issues in new version of Xcode 7.3.1. Please use this link. https://github.com/mobAppSource/MotionSample/blob/master/SwiftMotionSample/MotionKit.swift So, please remove the pod 'MotionKit' in your podfile and insert this MotionKit.swift into your project. Don't use import MotionKit in the place where you want to use. and let manager = MotionKit() after that, please reference above contents. I added some lines and fixed several(about 20 issues) in my swift file.
If there is any new issue, please let me know it. I hope you will get be successfully built in your project.
All the Best!
Is there any way to use it with Pod? @vanguard000 @Githeo @cbalsalobre @MHaroonBaig