-
-
Notifications
You must be signed in to change notification settings - Fork 907
Swift 2.2 and Xcode 7.3 #504
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
Conversation
Oh wow, thanks!! I'll merge as soon as CI is green. |
😕 Not sure why the builds failed. The Travis build just cut off because the log was so long:
The Circle build looked fine but then there's an assertion failure in
|
Narrowed the issue down to the |
Looks like the issue was identified in facebookarchive/xctool#666 (👹) and has been fixed in master, but there hasn't been a release with the fix yet. |
Testing to see if >0.2.8 fixes build issues with Xcode 7.3 facebookarchive/xctool#666
xctool 0.2.9 will resolve this build issue. |
Ah, xctool, my old friend. Thanks for debugging this!! I'll merge once the CI job is done. 🙇 |
Sure thing. Are you OK with leaving xctool at |
I don't mind. 💯 |
Circle is green but travis is failing because the log is exceeding 4MB due to all the deprecation warnings coming from Nimble. I think this issue will go away once Quick/Nimble#269 is accepted. |
Wow, Travis marks long log files as failures:
Strange! Yeah, let's get this and Nimble merged ASAP! |
General changes to get Quick to build on Xcode 7.3 without warnings.
__FILE__
and__LINE__
with#file
and#line
, respectivelyI didn't update the Nimble submodule yet, but can once Quick/Nimble#269 is merged.