fix: repair iOS ad SDK framework search paths

This commit is contained in:
2026-06-13 06:28:03 +08:00
parent f615580729
commit 894178a4c7
4 changed files with 284 additions and 31 deletions

View File

@@ -1,3 +1,11 @@
# [1.0.3]
### 修复
* iOS 导出后自动修复 `UnityFramework` target 的广告 SDK `FRAMEWORK_SEARCH_PATHS` / `HEADER_SEARCH_PATHS`,覆盖 Dirichlet、CSJ、GDT、DRA、GDTMobSDK、Tquic、BUAdSDK 的真实 xcframework slice。
* iOS 导出后清理 CocoaPods `Pods-UnityFramework*.xcconfig` 中的 `XCFrameworkIntermediates` 搜索路径,避免 Xcode 真机 Play 时出现 framework not found 或 search path not found。
* 保持签名配置由业务工程负责,广告模块不写入 Team、provisioning profile 或 code signing 设置。
# [1.0.1]
### 调整