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 operator '>>>-' complie in swift 3 error #13

Closed
zhiblin opened this issue Jan 30, 2017 · 1 comment
Closed

Use of unresolved operator '>>>-' complie in swift 3 error #13

zhiblin opened this issue Jan 30, 2017 · 1 comment

Comments

@zhiblin
Copy link

zhiblin commented Jan 30, 2017

[NSLayoutAttribute.left, .right, .bottom, .top].forEach { attribute in
(self.controlView, screnShotImageView) >>>- {
$0.attribute = attribute
return
}

Use of unresolved operator '>>>-'

please help me
thanks

@JesseRubio
Copy link

JesseRubio commented Feb 7, 2017

I came across the same issue so what I did was drag and drop the ConstraintsHalper.swift file into the project. The pod file has the ContraintsHalper.swift file embedded in it but for some reason, xcode doesn't read it. Hope this helps.

@zhiblin zhiblin closed this as completed Feb 15, 2017
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