-
Notifications
You must be signed in to change notification settings - Fork 30
RxExpect expects RxTest to have been compiled with bitcode enabled #2
Comments
@wlucjan, sorry for delay. I didn't realize that I'm not receiving any notifications from this repo 😱 Anyway, could you try again with 0.3.0 release? |
I get the same error.
|
Hmm. that's weird. Could you try with new project? |
Same here, just added RxExpect, 0.3.0 with RxTest 3.1.0, on clean build it gives the bitcode error. |
@wlucjan @DriesSchulten what is the |
Like mentioned in my first post - Test target has disabled bitcode. |
@wlucjan could you please try with a new project? I cannot reproduce this issue. |
I've tried to reproduce it with a new project; but I haven't been able to so far. I don't know what triggered it in the normal project; added it yesterday and it was working; after some clean/rebuild actions it was giving this error today. I will try some more. And indeed bitcode is disabled. Update: when I build the test against the simulator it works, when I build it against an actual device it gives the error. Maybe related to: Quick/Nimble#170, also error when deploying to actual device. |
I have the same error using Carthage:
carthage-xcodebuild.FYNGty.log
|
I got the same error when only I tried to test with real device. |
I am getting following error from linker when I try to run my tests:
RxTest/RxTest.framework/RxTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)
Here is my podfile:
Test target has disabled bitcode.
Any idea what's wrong?
The text was updated successfully, but these errors were encountered: