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

Doesn´t work with Xcode 6.3.1 #56

Closed
ghost opened this issue Apr 28, 2015 · 10 comments
Closed

Doesn´t work with Xcode 6.3.1 #56

ghost opened this issue Apr 28, 2015 · 10 comments

Comments

@ghost
Copy link

ghost commented Apr 28, 2015

I updated to Xcode 6.3.1 and i get 7 errors...
I supposed that is for the new version of Swift
Could you or someone take a look?
captura de pantalla 2015-04-28 a las 3 56 44 p m

@ghost
Copy link
Author

ghost commented Apr 28, 2015

I fix two of them...

The last one... i only wrote a ! instead of ? for the downcast...

And the third one, the method changed... but the another ones i do know how to fix that constructors of init

@vikmeup
Copy link
Owner

vikmeup commented Apr 29, 2015

@fdorado985 I would be able to fix this next week, unless you would like to send your pull request with changes to Swift 1.2. Thanks

@maxelbert
Copy link

@fdorado985 You might find this answer and this answer useful. Here are the changes I made to clear the errors:

public init() {
    super.init(frame: CGRectZero)
}
public init() {
    super.init(nibName: nil, bundle: nil)
override public func touchesEnded(touches:Set<NSObject>, withEvent event:UIEvent) {

The last issue just requires an as! downcast, as you mentioned.

NOTE: Though I got those errors to go away, I am still experiencing a "Use of unresolved identifier 'SCLAlertView'" error, but I think that is unrelated.

@ghost
Copy link
Author

ghost commented Apr 30, 2015

Hi @maxelbert somebody made a pull request i guess, i supposed it was you, i did exactly that, and i didn't have issues, it works for me, thank you so much

@ghost ghost closed this as completed Apr 30, 2015
@matthewchung74
Copy link

I still got those compile errors. was the pull request not made?

@vikmeup
Copy link
Owner

vikmeup commented May 7, 2015

@captainchung could you verify getting from master branch?

#50 this should fix it.

@vikmeup vikmeup reopened this May 7, 2015
@matthewchung74
Copy link

I see, I had assumed the pod spec was pointing to the latest in the master
branch where it is actually pointing to 0.3 . Thanks for responding.

On Wed, May 6, 2015 at 9:30 PM, Viktor Radchenko notifications@github.com
wrote:

@captainchung https://github.com/captainchung could you verify getting
from master branch?

#50 #50 this should
fix it.


Reply to this email directly or view it on GitHub
#56 (comment)
.

Regards,
Matt

@ZaidPathan
Copy link

Is it working now, so that I can integrate it in my project?

@vikmeup
Copy link
Owner

vikmeup commented Jun 16, 2015

Updated.

@vikmeup vikmeup closed this as completed Jun 16, 2015
@ZaidPathan
Copy link

Ok.thanks.

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