From 409a65db73e762f3c4f2308db092785df3d32ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=9A=E7=90=86=E6=99=BA?= <16893607+shang-zhizhi@user.noreply.gitee.com> Date: Tue, 31 Mar 2026 12:12:00 +0000 Subject: [PATCH] update docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 尚理智 <16893607+shang-zhizhi@user.noreply.gitee.com> --- docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md b/docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md index db44629..760fa6d 100644 --- a/docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md +++ b/docs/AppDocs/usemodule/iOSModuleConfig/geolocation.md @@ -26,7 +26,7 @@ |依赖库|系统库|依赖资源| |:--|:--|:--| -|libAMapLocationPlugin.a、liblibGeolocation.a、AMapFoundationKit.framework、AMapLocationKit.framework|libc++.tbd、libz.tbd、ExternalAccessory.framework、GLKit.framework、security.framework、CoreTelephony.framework、SystemConfiguration.framework|无| +|libAMapLocationPlugin.a、liblibGeolocation.a、AMapFoundationKit.framework、AMapLocationKit.framework|libc++.tbd、libz.tbd、ExternalAccessory.framework、GLKit.framework、security.framework、CoreTelephon.framework、SystemConfiguration.framework|无| ### 帐号配置 1.申请Appkey,如果没有appkey将会导致地图显示不出 -- Gitee