Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of unresolved identifier MotionKit: XCode 7.3.1 #20

Open
cbalsalobre opened this issue May 26, 2016 · 3 comments
Open

Use of unresolved identifier MotionKit: XCode 7.3.1 #20

cbalsalobre opened this issue May 26, 2016 · 3 comments

Comments

@cbalsalobre
Copy link

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

@Githeo
Copy link

Githeo commented Jun 8, 2016

Hi,

it happens the same to me.

@vanguard000
Copy link

vanguard000 commented Jun 14, 2016

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!

@RafaelPlantard
Copy link

Is there any way to use it with Pod? @vanguard000 @Githeo @cbalsalobre @MHaroonBaig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants