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

swift 3 constraints #30

Open
a75c6 opened this issue Oct 4, 2016 · 1 comment
Open

swift 3 constraints #30

a75c6 opened this issue Oct 4, 2016 · 1 comment

Comments

@a75c6
Copy link

a75c6 commented Oct 4, 2016

Received error: _SwiftValue nsli_superitem

Due to the following in ActionButton.swift based on breakpoint in installConstraints:

(line 138) let views = ["floatButton":self.floatButton, "parentView":self.parentView]

Can change to the following to fix:

let views: [String: UIView] = ["floatButton":self.floatButton, "parentView":self.parentView]

Based on:

http://stackoverflow.com/questions/39622996/swift-3-error-swiftvalue-nsli-superitem

@mahmutakyol
Copy link

You are right @namsoila. Source code is true actually. I think he didn't upgrade cocoapods version.

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

2 participants