From d98a16782ce455ebf4624c6d29e4311598b7eead Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期一, 16 八月 2021 17:04:09 +0800
Subject: [PATCH] 更改.a文件,更改链接器
---
Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
index dd375c5..f93ce44 100644
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
@@ -50,7 +50,7 @@
<NativeReference Include="Library\libHDLLinPhoneSDK.a">
<Kind>Static</Kind>
<Frameworks></Frameworks>
- <LinkerFlags> -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphoneos/ -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ -Wl,-rpath -Wl,@executable_path/Frameworks</LinkerFlags>
+ <LinkerFlags>-L /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/swift/ -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphoneos/ -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ -Wl,-rpath -Wl,@executable_path/Frameworks</LinkerFlags>
<WeakFrameworks></WeakFrameworks>
</NativeReference>
<NativeReference Include="Library\bctoolbox-ios.framework">
--
Gitblit v1.8.0