umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
40 stars 32 forks source link

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

Open joeatnovvia opened 2 years ago

joeatnovvia commented 2 years ago
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