Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

is:I get 'Use of unresolved Identifier' error for 'Animation' and 'sequents' #6

Open
rgh78910 opened this issue Oct 7, 2017 · 10 comments

Comments

@rgh78910
Copy link

rgh78910 commented Oct 7, 2017

So I add the library in pod file and it's there in project but when I'm trying to use it I get the error.

import UIKit

class firstView: UIViewController {
@IBOutlet weak var stack_1: UIStackView!

override func viewDidLoad() {
    super.viewDidLoad()

    Sequents.origin(self.stack_1).anim(Animation.fadeIn).start()
    // Do any additional setup after loading the view.
}

override func didReceiveMemoryWarning() {
    super.didReceiveMemoryWarning()
    // Dispose of any resources that can be recreated.
}

}

Wondering if someone can help.

@WrathChaos
Copy link

Hello, did you import Sequents ?

@rgh78910
Copy link
Author

rgh78910 commented Oct 13, 2017 via email

@WrathChaos
Copy link

Can you add the error ?

@rgh78910
Copy link
Author

issue title is the error I get:
'Use of unresolved Identifier for 'Animation' and 'sequents'

@WrathChaos
Copy link

Are you using Swift 4 ? Also, please try to update your pod and cocoapods :
Update cocoapods :
pod repo update
Update pods :
pod update

@rgh78910
Copy link
Author

Yes, I'm using Swift 4. And cocoapods and pod are updated.

@WrathChaos
Copy link

Can you please try to make this library to Swift Language : 3.2 ? I believe that your problem will be solved

@rgh78910
Copy link
Author

I have no idea how to do that! can u lead me?

@WrathChaos
Copy link

I've checked mine and I can use it with 4.0. Can you share your project privately so I can check the problem?

@rgh78910
Copy link
Author

rgh78910 commented Oct 20, 2017

Well, actually I switch to TweenKit library and it works fine for me. I'm just wondering why it happens with 'sequents'!. Any way, how can I share the project with you?

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

No branches or pull requests

2 participants