fluttie icon indicating copy to clipboard operation
fluttie copied to clipboard

在XCode编译时候会找不'fluttie/FluttiePlugin.h' file not found

Open clstech opened this issue 5 years ago • 0 comments

// // Generated file. Do not edit. //

#import "GeneratedPluginRegistrant.h" #import <fluttie/FluttiePlugin.h>

@implementation GeneratedPluginRegistrant

  • (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { [FluttiePlugin registerWithRegistrar:[registry registrarForPlugin:@"FluttiePlugin"]]; }

@end

'fluttie/FluttiePlugin.h' file not found

clstech avatar Dec 08 '19 18:12 clstech