From b8f1fbabd6d4f2dbf1b86699a94e9ddbc629dd7e Mon Sep 17 00:00:00 2001 From: Erik Little Date: Wed, 1 Feb 2023 18:20:18 -0800 Subject: [PATCH] try and fix carthage build --- socketioclientswift.xcconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 socketioclientswift.xcconfig diff --git a/socketioclientswift.xcconfig b/socketioclientswift.xcconfig new file mode 100644 index 0000000..9447f57 --- /dev/null +++ b/socketioclientswift.xcconfig @@ -0,0 +1 @@ +ENABLE_BITCODE[sdk=iphoneos*] = NO \ No newline at end of file