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#fileand#line, respectivelyI didn't update the Nimble submodule yet, but can once Quick/Nimble#269 is merged.