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

Specify Swift version without patch (fix #16) #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jeehut
Copy link

@Jeehut Jeehut commented Dec 19, 2016

This fixes #16. Basically it is a workaround for a weird Xcode 8.2 behavior which might not get fixed but instead defined as the new expected behavior, so we should update the framework.

@codecov-io
Copy link

Current coverage is 96.92% (diff: 100%)

Merging #17 into master will not change coverage

@@             master        #17   diff @@
==========================================
  Files             4          4          
  Lines           130        130          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            126        126          
  Misses            4          4          
  Partials          0          0          

Powered by Codecov. Last update 9404f30...0890794

@Jeehut
Copy link
Author

Jeehut commented Dec 25, 2016

Note that in Xcode 8.2.1 this PR became obsolete as the weird behavior was fixed. You might still want to merge this though to cover Xcode 8.2.0.

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.

Xcode 8.2 build issue
2 participants