You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several tests in my codebase that use OCMVerify to verify that methods were called that take CMTime as arguments. This seems to work on Intel mac, but not m1. Here is minimal example of a test that does not work:
Thank you for reporting this problem and for including a failing test. Unfortunately, I currently don't have access to a Mac with an M1 processor, which means I can't reproduce the problem. Can you describe what happens when you run this on an M1 Mac?
Hello @erikdoe, it fails with the following error: : error: -[CMTimeTest testCMTime] : OCClassMockObject(TestClassB): Method printCMTime:({length = 24, bytes = 0x000000000000000001000000010000000000000000000000}) was not invoked; but was expected at least once. On this line: OCMVerify([mockB printCMTime:kCMTimeZero]);
I have several tests in my codebase that use OCMVerify to verify that methods were called that take CMTime as arguments. This seems to work on Intel mac, but not m1. Here is minimal example of a test that does not work:
The text was updated successfully, but these errors were encountered: