kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
59 stars 44 forks source link

Error while building for macos: expressions are not allowed at the top level #43

Closed szediwy closed 2 years ago

szediwy commented 2 years ago
[...]/.pub-cache/hosted/pub.dartlang.org/flutter_archive-4.1.0/macos/Classes/SwiftFlutterArchivePlugin.swift:1:1: error: expressions are not allowed at the top level
../../ios/Classes/SwiftFlutterArchivePlugin.swift
^

I guess there is some problem with symlinks like described in #26

Screenshot 2021-11-26 at 15 30 57

solves the issue

a-v-ebrahimi commented 2 years ago

Same as here, I could run on macOS previously, but currently I can't!

lvsecoto commented 2 years ago

I copy ios/Classes/SwiftFlutterArchivePlugin.swift to macos/Classes/SwiftFlutterArchivePlugin.swift, and problem fixed. But it's too hacked

kinex commented 2 years ago

Fixed in 4.1.1