Jump to content

Error 2 in Theos, and i need sdk iPhone11,2


planfy

3 posts in this topic

Recommended Posts

Hello everyone, I recently ran into a problem like Error 2 in Theos
I tried to compile on the phone, but I failed because theos does not work with taurine 14.3 with sunstorm rollback (or I tried it badly)
I tried to compile on linux, but there was error 2, and on windows, first through the ubuntu terminal where I tried to move the sdk to the sdks/ folder and the 255 character limit in the windows path stopped me with an error, I also tried through cygwin64, but there I failed

I tried to compile a regular ted2 mmt, via the sdk iPhone11,2, but it was broken (probably), I wanted to download the sdk from github, but it wasn't there, are there people who could help me with my problem?

Link to comment
Share on other sites

$ make package
===> Setting SYSROOT to /home/1/theos/sdks/iPhoneOS11.2.sdk/...
> Making all for tweak Standoff2…
===> Setting SYSROOT to /home/1/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /home/1/theos/sdks/iPhoneOS11.2.sdk/...
===> Setting SYSROOT to /home/1/theos/sdks/iPhoneOS11.2.sdk/...
==> Preprocessing Tweak.xm…
==> Compiling KittyMemory/KittyMemory.cpp (arm64)…
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from KittyMemory/KittyMemory.hpp:12:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
In file included from KittyMemory/KittyMemory.cpp:9:
KittyMemory/KittyMemory.hpp:12:10: fatal error: could not build module 'Darwin'
#include <stdio.h>
 ~~~~~~~~^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
While building module 'libkern' imported from KittyMemory/KittyMemory.hpp:18:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/libkern/OSCacheControl.h:27:13: fatal error: could not build module 'Darwin'
#include    <stddef.h>
 ~~~~~~~~~~~^
While building module 'ObjectiveC' imported from /home/1/theos/vendor/include/substrate.h:50:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
14 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:241: /home/1/standoff2/.theos/obj/arm64/KittyMemory/KittyMemory.cpp.f1450fb4.o] Error 1
make[3]: *** Waiting for unfinished jobs....
==> Compiling KittyMemory/MemoryPatch.cpp (arm64)…
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
In file included from KittyMemory/MemoryPatch.cpp:7:
In file included from KittyMemory/MemoryPatch.hpp:9:
In file included from /home/1/theos/include/vector:65:
In file included from /home/1/theos/include/bits/functexcept.h:41:
In file included from /home/1/theos/include/bits/c++config.h:41:
/home/1/theos/include/bits/os_defines.h:61:10: fatal error: could not build module 'Darwin'
#include <unistd.h>
 ~~~~~~~~^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
While building module 'libkern' imported from KittyMemory/KittyMemory.hpp:18:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/libkern/OSCacheControl.h:27:13: fatal error: could not build module 'Darwin'
#include    <stddef.h>
 ~~~~~~~~~~~^
13 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:241: /home/1/standoff2/.theos/obj/arm64/KittyMemory/MemoryPatch.cpp.f1450fb4.o] Error 1
==> Compiling KittyMemory/KittyUtils.cpp (arm64)…
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
In file included from KittyMemory/KittyUtils.cpp:1:
In file included from KittyMemory/KittyUtils.hpp:3:
In file included from /home/1/theos/include/string:45:
In file included from /home/1/theos/include/bits/c++config.h:41:
/home/1/theos/include/bits/os_defines.h:61:10: fatal error: could not build module 'Darwin'
#include <unistd.h>
 ~~~~~~~~^
11 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:241: /home/1/standoff2/.theos/obj/arm64/KittyMemory/KittyUtils.cpp.f1450fb4.o] Error 1
==> Compiling Menu.mm (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'Foundation' imported from Menu.mm:9:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:2:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from ./Menu.h:9:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
While building module 'MachO' imported from ./KittyMemory/KittyMemory.hpp:16:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
While building module 'libkern' imported from ./KittyMemory/KittyMemory.hpp:18:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/libkern/OSCacheControl.h:27:13: fatal error: could not build module 'Darwin'
#include    <stddef.h>
 ~~~~~~~~~~~^
28 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:205: /home/1/standoff2/.theos/obj/arm64/Menu.mm.f1450fb4.o] Error 1
==> Compiling KittyMemory/writeData.cpp (arm64)…
In file included from KittyMemory/writeData.cpp:13:
KittyMemory/writeData.hpp:17:10: fatal error: could not acquire lock file for module 'Darwin': failed to create link /tmp/org.llvm.clang.197609/ModuleCache/3OMG5BF0COMRL/Darwin-3ETN8VFHP0WSE.pcm.lock to /tmp/org.llvm.clang.197609/ModuleCache/3OMG5BF0COMRL/Darwin-3ETN8VFHP0WSE.pcm.lock-c2823bf0: Permission denied
#include <math.h>
         ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
While building module 'libkern' imported from KittyMemory/KittyMemory.hpp:18:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/libkern/OSCacheControl.h:27:13: fatal error: could not build module 'Darwin'
#include    <stddef.h>
 ~~~~~~~~~~~^
13 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:241: /home/1/standoff2/.theos/obj/arm64/KittyMemory/writeData.cpp.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLAlertView.m (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.h:12:9: fatal error: could not build module 'Darwin'
#import <TargetConditionals.h>
 ~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'CoreMedia' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAsset.h:19:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.h:12:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMBase.h:13:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'CoreMedia' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAsset.h:19:
While building module 'CoreAudio' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMFormatDescription.h:26:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h:28:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'CoreMedia' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAsset.h:19:
While building module 'AudioToolbox' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMFormatDescription.h:27:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.h:14:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'CoreMedia' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAsset.h:19:
While building module 'AudioToolbox' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMFormatDescription.h:27:
While building module 'CoreMIDI' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/MusicPlayer.h:44:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h:18:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIServices.h:68:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'MediaToolbox' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:16:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.h:11:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MTAudioProcessingTap.h:12:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'simd' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCameraCalibrationData.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/simd/simd.h:17:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/simd/vector.h:43:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/simd/vector_types.h:89:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/simd/base.h:36:13: fatal error: could not build module 'Darwin'
#   include <Availability.h>
    ~~~~~~~~^
While building module 'AVFoundation' imported from SCLAlertView/SCLAlertView.m:17:
While building module 'simd' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCameraCalibrationData.h:11:
While building module '_Builtin_intrinsics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/simd/base.h:73:
In file included from <module-includes>:1:
/home/1/theos/toolchain/windows/iphone/bin/../lib/clang/3.9.1/include/arm_acle.h:31:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
34 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLAlertView.m.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLAlertViewResponder.m (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewResponder.h:10:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
26 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLAlertViewResponder.m.f1450fb4.o] Error 1
==> Compiling KittyMemory/MemoryBackup.cpp (arm64)…
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:215:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:218:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:224:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:227:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/spawn.h:32:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/pthread.h:59:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread/sched.h:28:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/include/bits/os_defines.h:61:
In file included from <module-includes>:236:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
       ^
In file included from KittyMemory/MemoryBackup.cpp:7:
In file included from KittyMemory/MemoryBackup.hpp:9:
In file included from /home/1/theos/include/vector:65:
In file included from /home/1/theos/include/bits/functexcept.h:41:
In file included from /home/1/theos/include/bits/c++config.h:41:
/home/1/theos/include/bits/os_defines.h:61:10: fatal error: could not build module 'Darwin'
#include <unistd.h>
 ~~~~~~~~^
While building module 'MachO' imported from KittyMemory/KittyMemory.hpp:16:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
 ~~~~~~~~^
While building module 'libkern' imported from KittyMemory/KittyMemory.hpp:18:
In file included from <module-includes>:2:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/libkern/OSCacheControl.h:27:13: fatal error: could not build module 'Darwin'
#include    <stddef.h>
 ~~~~~~~~~~~^
13 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:241: /home/1/standoff2/.theos/obj/arm64/KittyMemory/MemoryBackup.cpp.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLAlertViewStyleKit.m (arm64)…
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not acquire lock file for module 'Darwin': failed to create link /tmp/org.llvm.clang.197609/ModuleCache/1OED6BXA73FIR/Darwin-3ETN8VFHP0WSE.pcm.lock to /tmp/org.llvm.clang.197609/ModuleCache/1OED6BXA73FIR/Darwin-3ETN8VFHP0WSE.pcm.lock-19e8d28c: Permission denied
                        #import <TargetConditionals.h>
                                ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'Foundation' imported from SCLAlertView/SCLAlertViewStyleKit.h:10:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLAlertViewStyleKit.h:11:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
26 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLAlertViewStyleKit.m.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLSwitchView.m (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLSwitchView.h:10:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
26 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLSwitchView.m.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLTextView.m (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLTextView.h:10:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
26 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLTextView.m.f1450fb4.o] Error 1
==> Compiling SCLAlertView/SCLButton.m (arm64)…
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:72:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
pthread/pthread.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:73:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
pthread/pthread_impl.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:75:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
pthread/pthread_spis.h
       ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
                           ^
While building module 'Darwin' imported from /home/1/theos/Prefix.pch:24:
In file included from <module-includes>:79:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
pthread/sched.h
       ^
In file included from <built-in>:1:
/home/1/theos/Prefix.pch:24:12: fatal error: could not build module 'Darwin'
                        #import <TargetConditionals.h>
                         ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'CoreFoundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'ObjectiveC' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./message.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'Foundation' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:
While building module 'Security' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'CoreGraphics' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'QuartzCore' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'CoreImage' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'CoreText' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'UIKit' imported from SCLAlertView/SCLButton.h:10:
While building module 'FileProvider' imported from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/home/1/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
26 errors generated.
make[3]: *** [/home/1/theos/makefiles/instance/rules.mk:197: /home/1/standoff2/.theos/obj/arm64/SCLAlertView/SCLButton.m.f1450fb4.o] Error 1
rm /home/1/standoff2/.theos/obj/arm64/Tweak.xm.mm
make[2]: *** [/home/1/theos/makefiles/instance/library.mk:52: /home/1/standoff2/.theos/obj/arm64/Standoff2.dylib] Error 2
make[1]: *** [/home/1/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/home/1/theos/makefiles/master/rules.mk:119: Standoff2.all.tweak.variables] Error 2
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Ninja Defenders : Cat Shinobi v1.1.06 +8 Cheats
      Modded/Hacked App: Ninja Defenders : Cat Shinobi By cookapps
      Bundle ID: com.cookapps.catshinobi
      iTunes Store Link: https://apps.apple.com/us/app/ninja-defenders-cat-shinobi/id6479229586?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Never Die
      - Rewards Multiplier -> Turn OFF When Get Enough
      - Freeze Currencies 
      - No ADS
      - Battle Pass Unlocked
      - Game Speed Multiplier
      - Jailbreak Detection Removed


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 2 replies
    • Abyss - Roguelike ARPG v2.0.4 Cheats +4
      Modded/Hacked App: Abyss - Roguelike ARPG By Pyro Entertainment Limited
      Bundle ID: com.titans.abyss
      iTunes Store Link: https://apps.apple.com/us/app/abyss-roguelike-arpg/id6443793989?uo=4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Stupid enemies
      - AOE atk
      - Always combo
      - Fast atk
      • 48 replies
    • Abyss - Roguelike ARPG v2.0.4 Cheats +6
      Modded/Hacked App: Abyss - Roguelike ARPG By Pyro Entertainment Limited
      Bundle ID: com.titans.abyss
      iTunes Store Link: https://apps.apple.com/us/app/abyss-roguelike-arpg/id6443793989?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Enermies no atk
      - Stupid enemies
      - Speed move
      - AOE atk
      - Always combo
      - Fast atk
      • 89 replies
    • Devil Slayer v2.2001 +4 Cheats
      Modded/Hacked App: Devil Slayer By MOBIRIX
      Bundle ID: com.TrueSoft.DevilHunter-IOS
      iTunes Store Link: https://apps.apple.com/us/app/devil-slayer/id6451179758?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Freeze Currencies
      - Jailbreak Detection Removed


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 3 replies
    • Devil May Cry: Peak of Combat v2.6.0 Cheats +6
      Modded/Hacked App: Devil May Cry: Peak of Combat By YUNCHANG
      Bundle ID: com.nebulajoy.act.dmcpoc
      iTunes Store Link: https://apps.apple.com/us/app/devil-may-cry-peak-of-combat/id6449589065?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited jump
      - Stupid enemies
        • Like
      • 161 replies
    • Devil May Cry: Peak of Combat v2.6.0 Cheats +7
      Modded/Hacked App: Devil May Cry: Peak of Combat By YUNCHANG
      Bundle ID: com.nebulajoy.act.dmcpoc
      iTunes Store Link: https://apps.apple.com/us/app/devil-may-cry-peak-of-combat/id6449589065?uo=4

       


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Speed move
      - Unlimited jump
      - Stupid enemies
      • 176 replies
    • Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd v8.0.002 Cheats +4
      Modded/Hacked App: Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd
      Bundle ID: com.slash.girl.redfish
      iTunes Store Link: https://apps.apple.com/vn/app/slash-girl-endless-run/id1484766098?uo=4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No die
      - One hit
      - Freeze combo
      - Freeze lighting
      • 8 replies
    • Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd v8.0.002 Cheats +7
      Modded/Hacked App: Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd
      Bundle ID: com.slash.girl.redfish
      iTunes Store Link: https://apps.apple.com/vn/app/slash-girl-endless-run/id1484766098?uo=4

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).
       

      Hack Features:
      - No die
      - One hit
      - Earn more currencies
      - Custom score
      - Freeze combo
      - Freeze lighting
      - Jump height
      • 37 replies
    • BiliBili - HD Anime, Videos v2.93.0 Cheats +4
      Modded/Hacked App: BiliBili - HD Anime, Videos By BALABOOM PTE LTD
      Bundle ID: com.bstar.intl
      iTunes Store Link: https://apps.apple.com/vn/app/bilibili-hd-anime-videos/id1548857482?uo=4

       


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No ads
      - Minimize watermark
      - Watch 4k
      - Can download 4k
      • 212 replies
    • BiliBili - HD Anime, Videos v2.93.0 Cheats +4
      Modded/Hacked App: BiliBili - HD Anime, Videos By BALABOOM PTE LTD
      Bundle ID: com.bstar.intl
      iTunes Store Link: https://apps.apple.com/vn/app/bilibili-hd-anime-videos/id1548857482?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No ads
      - Minimize watermark
      - Watch 4k
      - Can download 4k
      • 90 replies
    • APEX Racer v0.8.83 Cheats +5
      Modded/Hacked App: APEX Racer By G63 Holdings LTD
      Bundle ID: com.pixeldev.APEXRacers
      iTunes Store Link: https://apps.apple.com/us/app/apex-racer/id1668705222?uo=4

       


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited currency
      • 233 replies
    • APEX Racer v0.8.83 Cheats +9
      Modded/Hacked App: APEX Racer By G63 Holdings LTD
      Bundle ID: com.pixeldev.APEXRacers
      iTunes Store Link: https://apps.apple.com/vn/app/apex-racer/id1668705222?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Custom power
      - Custom grip
      - Custom shift speed
      - Custom weight
      - Unlimited currency

      • 110 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines