googlemaps / flutter-navigation-sdk

Apache License 2.0
17 stars 8 forks source link

Could not build/run on iOS #157

Open Ahmedmedhat187 opened 1 week ago

Ahmedmedhat187 commented 1 week ago

Environment details

Environment version • Flutter version 3.22.3 • Dart version 3.4.4 • DevTools version 2.34.3

[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
• CocoaPods version 1.15.2

Package version

google_maps_navigation: ^0.3.0

Steps to reproduce

We could not run/build on iOS

[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/projects/ios/Pods/GoogleNavigation/Frameworks/GoogleNavigation.xcframework)

We integrating dependencies as dynamic frameworks pod file target 'Runner' do use_frameworks! use_modular_headers! flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) target 'RunnerTests' do inherit! :search_paths end end

illuminati1911 commented 1 week ago

@Ahmedmedhat187 Thanks for the issue! We'll take a look at this.

illuminati1911 commented 1 week ago

@Ahmedmedhat187 Did I understand correctly that you are trying to run the example application?

Edit: I was able to reproduce this by using the library on my own custom application and had the same issue. We'll keep on investigating.

illuminati1911 commented 6 days ago

Edit: @Ahmedmedhat187 We have found the issue and we are working on a fix.