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

Xcode 7 build warnings #62

Closed
rmsutton opened this issue Sep 11, 2015 · 5 comments
Closed

Xcode 7 build warnings #62

rmsutton opened this issue Sep 11, 2015 · 5 comments
Milestone

Comments

@rmsutton
Copy link

Getting the following build warning with Xcode 7 -

/MMWormhole/Source/MMWormholeFileTransiting.m:36:17: Method override for the designated initializer of the superclass '-init' not found

@HiddenJester
Copy link
Contributor

I have a fix for this on my fork at https://github.com/HiddenJester/MMWormhole. It's nothing fancy, you just need to provide some sort of implementation of init in MMWormholeFileTransiting.m. My just prints a message saying to not call it and then returns a wormhole that isn't really going to work (because it lacks a valid App Group Identifier).

I could submit a pull request if desired, but I've already got an open PR (see #53 ) so I wasn't in a hurry to submit this one.

@rmsutton
Copy link
Author

Thanks, Jester for the prompt reply - It would be great if this fix made it's way into the pod.

@cnstoll
Copy link
Contributor

cnstoll commented Sep 13, 2015

Hey guys, sorry for the delayed response. I'm putting the finishing touches on an Xcode 7 update that will address this. Hoping to have that wrapped up in the next few days.

Thanks,

  • Conrad

@cnstoll
Copy link
Contributor

cnstoll commented Sep 14, 2015

Hey guys. This will also go in as part of 1.3.0. Thanks very much for the issue/PR!

@cnstoll cnstoll closed this as completed Sep 14, 2015
@cnstoll cnstoll added this to the 1.3.0 milestone Sep 14, 2015
@rmsutton
Copy link
Author

Awesome! Thanks, Conrad.

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

3 participants