--
You received this message because you are subscribed to the Google Groups "KIF iOS Automated Testing Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kif-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Undefined symbols for architecture armv7:
"Parameter::AtTime(long long)", referenced from:
ParametertestAction<FPoint, Parameter>::test() in TestParameter.o
“testParameter::NextkTime(long long, float&, long long&)", referenced from:
testA<float, Parameter>::Create(std::__1::shared_ptr<Parameter>&, float const&, long long) in TestParameter.o
Another question related to this issue...
how do tests running in KIF automation link to the symbols from the .exe
I’m trying to figure out why one tests is passing and the other is failing?
how are symbols getting exported for one test and not the other?