From e1ee9f7af349e573c03f41e2880257bca7251cc1 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Fri, 6 Dec 2024 17:25:40 +0800 Subject: [PATCH] Update docs/native/use/ios.md --- docs/native/use/ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native/use/ios.md b/docs/native/use/ios.md index 0aa55dfe..7801b1cf 100644 --- a/docs/native/use/ios.md +++ b/docs/native/use/ios.md @@ -75,7 +75,7 @@ | 依赖库 | 系统依赖库 | | --- | ---| -| DCloudDebugServe.xcframework `(Do Not Embed)Debug环境下集成)`
DCloudUTSFoundation.xcframework `(Embed & Sign)`
DCloudUniappRuntime.xcframework `(Embed & Sign)`
SDWebImage.xcframework `(Embed & Sign)`
DCloudUTSExtAPI.xcframework `(Embed & Sign)` | JavaScriptCore.framework
c++ | +| DCloudDebugServe.xcframework `(Do Not Embed)Debug环境下集成)`
DCloudUTSFoundation.xcframework `(Embed & Sign)`
DCloudUniappRuntime.xcframework `(Embed & Sign)`
SDWebImage.xcframework `(Embed & Sign)`
DCloudUTSExtAPI.xcframework `(Embed & Sign)`
KSCrash.xcframework `(Embed & Sign)` | JavaScriptCore.framework
c++ | > `Target -> Build Phases -> Link Binary With Libraries` 下添加依赖库 > `Target -> General -> Frameworks,Libraries,and Embedded Content` 下设置`Embed & Sign` -- GitLab