flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

I can't build my app on iOS using this library with any Flutter version anymore #1224

Closed emmanuelvr closed 1 year ago

emmanuelvr commented 1 year ago

I've been trying to solve this issue for the past weeks but I'm unable to.

We have an iOS app and added Flutter to the app. We installed the library through Pub (mapbox_gl: ^0.16.0), but when trying to make a build of the app we keep getting the following error:

Unable to build plugin frameworks for simulator: ** BUILD FAILED **

The following build commands failed:
    Ld
    /Users/evillalobos/App/flutterRide/build/ios/framework/Debug
    /iphonesimulator/Pods.build/Debug-iphonesimulator/MapboxAnnotationExtension.build/Objec
    ts-normal/arm64/Binary/MapboxAnnotationExtension normal arm64 (in target
    'MapboxAnnotationExtension' from project 'Pods')
(1 failure)

The command we're trying to run is flutter build ios-framework. I've tried using different Flutter versions but none seems to work, not even the latest.

Can we get some help on this issue, please?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nicdamun10 commented 1 year ago

I'm having this issue as well on my M1 chip Mac