ViperMcFlurry icon indicating copy to clipboard operation
ViperMcFlurry copied to clipboard

iOS 14 Crash

Open gbesler opened this issue 3 years ago • 2 comments

Hello,

I am having a new error when I try to run my app with iOS 14 and XCode 12 beta 6. What might cause this and how can I solve it?

/Users/test/Documents/TestApp/TestApp/Test App/Classes/Modules/Poses/Router/YMTestRouter.m:20:86: Incompatible block pointer types sending 'id<RamblerViperModuleOutput> (^)(__strong id<YMPoseModuleInput>)' to parameter of type 'RamblerViperModuleLinkBlock' (aka 'id<RamblerViperModuleOutput> (^)(__strong id<RamblerViperModuleInput>)')

[[self.transitionHandler openModuleUsingSegue:@"openDetail"] thenChainUsingBlock:^id <RamblerViperModuleOutput>(id <YMTestModuleInput> moduleInput) {
    [moduleInput configureCurrentModuleWithPlainTestObject:object];
    return nil;
}];

BTW, Your example app also crashes with the same error.

gbesler avatar Aug 27 '20 15:08 gbesler