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

Fix for XCode9 assertion error #227

Merged
merged 1 commit into from
Sep 15, 2017
Merged

Conversation

markmarkswell
Copy link
Contributor

When running in iOS 11/XCode 9, you get an exception if you call 'decisionHandler()' twice.
This strategic return prevents that.

Also - swift 3.2 compile fix for unneeded !

When running in iOS 11/XCode 9,  you get an exception if you call 'decisionHandler()' twice.
This strategic return prevents that.

Also - swift 3.2 compile fix for unneeded !
@p2
Copy link
Owner

p2 commented Sep 15, 2017

Great catches, 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

Successfully merging this pull request may close these issues.

2 participants