From fcf21f6f6b50f4992efe4df3e783132dedd96ea7 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 11 Oct 2024 11:21:34 -0400 Subject: [PATCH] Fix issues with new xcode builds (#177) John found an issue in gomobile that seems to be the culprit of one of these issues: https://github.com/golang/go/issues/53316#issuecomment-2407626810 --- ios/NebulaNetworkExtension/CtlInfo.h | 1 + nebula/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ios/NebulaNetworkExtension/CtlInfo.h b/ios/NebulaNetworkExtension/CtlInfo.h index 7fefb5c..b3a804a 100644 --- a/ios/NebulaNetworkExtension/CtlInfo.h +++ b/ios/NebulaNetworkExtension/CtlInfo.h @@ -1,4 +1,5 @@ #include +#include /* */ #define CTLIOCGINFO 0xc0644e03UL diff --git a/nebula/Makefile b/nebula/Makefile index 00c5434..28ca35e 100644 --- a/nebula/Makefile +++ b/nebula/Makefile @@ -1,6 +1,8 @@ 111MODULE = on export GO111MODULE +unexport SWIFT_DEBUG_INFORMATION_VERSION +unexport SWIFT_DEBUG_INFORMATION_FORMAT clean: rm -rf mobileNebula.aar MobileNebula.xcframework