Closed BlixLT closed 4 months ago
More importantly, this is now error in Xcode 16 beta 1.
Interesting. I think this has been fixed in 173955e. I hadn't closed this issue here because there was a problem with publishing the new version to Cocoapods. This has now been resolved, too. Please re-open this issue if the warning still occurs with OCMock 3.9.4.
We are trying to get rid of all warnings in our project and noticed one in ocmock:
xxx/NSObject+OCMAdditions.m:49:14: Incompatible function pointer types returning 'void (id _Nonnull, SEL _Nonnull, ...)' from a function with result type 'IMP' (aka 'id _Nullable (*)(id _Nonnull, SEL _Nonnull, ...)')
Hopefully you will fix this in the future. Thanks.