You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
First I want to say that I admire what you've done on Kiwi library its very helpful for testing. Thank you.
I've been trying to run the latest code on Xcode Version 6.3 (6D520o) but I've been getting issues with the description field and even when I applied the fix from #542 it still would complain about too many argument for objc_msgSend having too many arguments (which is ridiculous on its own level since it supposed to expect a variadic parameter at the end...).
But what surprised me more is that the build system showing passing when the same error is happening on the CI. https://travis-ci.org/kiwi-bdd/Kiwi
I'm not sure if you have already attended to the problem Just wanted to give you a heads up.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
First I want to say that I admire what you've done on Kiwi library its very helpful for testing. Thank you.
I've been trying to run the latest code on Xcode Version 6.3 (6D520o) but I've been getting issues with the description field and even when I applied the fix from #542 it still would complain about too many argument for objc_msgSend having too many arguments (which is ridiculous on its own level since it supposed to expect a variadic parameter at the end...).
But what surprised me more is that the build system showing passing when the same error is happening on the CI.
https://travis-ci.org/kiwi-bdd/Kiwi
I'm not sure if you have already attended to the problem Just wanted to give you a heads up.
Thanks
The text was updated successfully, but these errors were encountered: