CTMediator icon indicating copy to clipboard operation
CTMediator copied to clipboard

The mediator with no regist process to split your iOS Project into multiple project.

Results 6 CTMediator issues
Sort by recently updated
recently updated
newest added

``` clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed due to signal (use -v to see invocation) Apple clang version 12.0.0 (clang-1200.0.32.28) Target:...

- (void)NoTargetActionResponseWithTargetString:(NSString *)targetString selectorString:(NSString *)selectorString originParams:(NSDictionary *)originParams { SEL action = NSSelectorFromString(@"Action_response:"); NSObject *target = [[NSClassFromString(@"Target_NoTargetAction") alloc] init]; NSMutableDictionary *params = [[NSMutableDictionary alloc] init]; params[@"originParams"] = originParams; params[@"targetString"] = targetString;...

说明中的链接失效了

版本27以后引入了CTMediator (HandyTools),在插件上使用的时候编译报错 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.