flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[pasteboard] my_flutter_desktop/build/macos/Build/Products/Release/pasteboard/pasteboard.framework/Modules/module.modulemap:9:10: error: header 'pasteboard-Swift.h' not found header "pasteboard-Swift.h"

Open chen412115 opened this issue 2 years ago • 0 comments

/Desktop/my_flutter_desktop/build/macos/Build/Products/Release/pasteboard/pasteboard.framework/Modules/module.modulemap:9:10: error: header 'pasteboard-Swift.h' not found
  header "pasteboard-Swift.h"
         ^
/Desktop/my_flutter_desktop/macos/Flutter/GeneratedPluginRegistrant.swift:12:8: error: could not build Objective-C module 'pasteboard'
import pasteboard

flutter version : 3.3.4 xcode version: 14.2 pasteboard: 0.2.0 flutter run --release -d macos ,it was ok but flutter build macos failed

chen412115 avatar Aug 02 '23 08:08 chen412115