接入地图SDK

This commit is contained in:
xiaogg
2026-03-09 08:53:34 +08:00
parent 35bd3a78a5
commit 65b4a3ac34
12 changed files with 527 additions and 264 deletions

View File

@@ -31,8 +31,12 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
# use_frameworks!
use_frameworks! :linkage => :static
pod 'AMapNavIOSSDK' , :path => '../../../../demo/ANavDemo/'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths