-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Obj-C support is broken #642
Comments
This seems like it may be an issue with Xcode 10.2? I reverted to 7.3.4 and I'm having the same issue. |
This appears to be related to |
I don't see any problem for Objective-C support, e.g. ReactiveCocoa/ReactiveObjC#156 Please try using |
I did also try that, and it still failed. I tested with a submodule and everything worked fine, so I suspected Carthage was the issue. It appears I was correct and my issue was resolved in v0.33.0 which released late yesterday. After updating, everything worked properly again. |
What did you do?
Updated Nimble version from 7.3.0 to 8.0.1.
What did you expect to happen?
Tests still build
What actually happened instead?
My unit tests using Quick & Nimble will not compile:
This points to
DSL.h
which has@class NMBExpectation
.Environment
List the software versions you're using:
Xcode Default
.)Please also mention which package manager you used and its version. Delete the
other package managers in this list:
carthage version
in Terminal)The text was updated successfully, but these errors were encountered: