You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: