Tuesday, February 23, 2016

[iOS] Top exception fixed by specifying -ObjC in your "Other Linker Flags"

failed: caught "NSInvalidArgumentException", "-[NSInvocation mkt_retainArgumentsWithWeakTarget]: unrecognized selector sent to instance 0x7fc2f1a93080"
(
0   CoreFoundation                      0x0000000105818e65 __exceptionPreprocess + 165
1   libobjc.A.dylib                     0x0000000104dc9deb objc_exception_throw + 48
2   CoreFoundation                      0x000000010582148d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3   CoreFoundation                      0x000000010576e90a ___forwarding___ + 970
4   CoreFoundation                      0x000000010576e4b8 _CF_forwarding_prep_0 + 120
5   beaconatorTests                     0x000000011825ac70 -[MKTInvocationContainer setInvocationForPotentialStubbing:] + 59

6   beaconatorTests                     0x000000011825dc8c -[MKTBaseMockObjec

No comments:

Post a Comment