I tried to run the FunctionalTests that comes packed with the EarlGrey demo project.
Asked
Active
Viewed 111 times
1
-
I'd suggest doing a clean build, or checking if you have modules enabled. Also, try nuking your Build Folder and then rebuilding. – gran_profaci Nov 04 '16 at 00:32
-
Hi, I tried both of your suggestions. No luck yet. Do I need to add the EarlGrey impl file somewhere or was the reference missing? – Arjun Kalidas Nov 04 '16 at 09:11
-
Also, did you delete / re-add the EarlGrey CocoaPod? – gran_profaci Nov 04 '16 at 21:40
-
were you able to solve this? – khandpur Nov 07 '16 at 23:56
-
Add `use_frameworks!` to your EarlGrey test target. Does that fix it? – gran_profaci Nov 22 '16 at 00:03