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