note11g / flutter_naver_map

Naver Mobile Dynamic Map SDK for Flutter (unofficial)
BSD 3-Clause "New" or "Revised" License
120 stars 54 forks source link

flutter_naver_map suddenly started failing in builds `Error installing NMapsMap` #243

Closed UmidjonOkhunov closed 18 hours ago

UmidjonOkhunov commented 1 week ago

The Naver map was working correctly up until today (June 25). The build is currently failing with the following error message

We use flutter_naver_map: 1.0.1 . We've tried version1.1.2, but still facing the same issue. We cannot upgrade to 1.2.0 or higher because our current Flutter SDK version is 3.10.7.

Installing NMapsMap (3.16.2)
[!] Error installing NMapsMap
[!] /usr/bin/unzip /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh/file.zip -d /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh
Archive:  /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh/file.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh/file.zip or
        /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh/file.zip.zip, and cannot find /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/d20240625-35948-973yqh/file.zip.ZIP, period.
The-Join commented 1 week ago

Same problem I had.

The answer is in the link below. However, a new update from the administrator is required to fix the issue. Until then, check the solution at the link below.

https://github.com/note11g/flutter_naver_map/issues/241#issue-2371374004

note11g commented 18 hours ago

duplicated of #241