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
This commit is contained in:
parent
998d0459ad
commit
fcf21f6f6b
|
@ -1,4 +1,5 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* <sys/kern_control.h> */
|
||||
#define CTLIOCGINFO 0xc0644e03UL
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue