From 39fcb589ae2058b0ae989953a53edc05d2110b2f Mon Sep 17 00:00:00 2001 From: Ratnesh Date: Wed, 16 Sep 2026 07:56:01 +0530 Subject: [PATCH] Add debug-symbol argument for the macOS archive --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fbb9b0d..dad5c5d 100755 --- a/build.sh +++ b/build.sh @@ -34,4 +34,5 @@ xcodebuild -create-xcframework \ -framework ./archives/DZNetworking-iOSSim.xcarchive/Products/usr/local/lib/DZNetworking.framework \ -debug-symbols "${PWD}/archives/DZNetworking-iOSSim.xcarchive/dSYMs/DZNetworking.framework.dSYM" \ -framework ./archives/DZNetworking-macOS.xcarchive/Products/usr/local/lib/DZNetworking.framework \ - -output DZNetworking.xcframework \ No newline at end of file + -debug-symbols "${PWD}/archives/DZNetworking-macOS.xcarchive/dSYMs/DZNetworking.framework.dSYM" \ + -output DZNetworking.xcframework