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