flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

Parse Issue (Xcode): Header 'flutter_logs-Swift.h' not found

Open joeatnovvia opened this issue 1 year ago • 0 comments

build/ios/Debug-iphonesimulator/flutter_logs/flutter_logs.framework/Modules/module.modulemap:8:11

Semantic Issue (Xcode): Use of undeclared identifier 'FlutterLogsPlugin'
/Users/josephjohnson/DEV/NovviaProjects/pickup-director/ios/Runner/GeneratedPluginRegistrant.m:37:3


Could not build the application for the simulator.
Error launching application on iPhone 12.

I see this code refers to a flutter_logs-Swift.h:

#import "FlutterLogsPlugin.h"
#if __has_include(<flutter_logs/flutter_logs-Swift.h>)
#import <flutter_logs/flutter_logs-Swift.h>
#else

I don't see a flutter_logs-Swift.h anywhere

joeatnovvia avatar Aug 24 '22 22:08 joeatnovvia