theos / sdks

Patched sdks that include private framework tbds
Other
604 stars 207 forks source link

Issue when compiling with iOS 9 SDK #18

Closed notd3vdev closed 6 years ago

notd3vdev commented 6 years ago

I have ldid installed, and I'm using iOS 9 SDK with Linux, and I get this error It happens with architecture set to armv7 and arm64

ld: file not found: /usr/lib/system/liblaunch.dylib for architecture arm64
arm64-apple-darwin14-clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/test/.theos/obj/debug/arm64/Test.dylib' failed
make[3]: *** [/home/test/.theos/obj/debug/arm64/Test.dylib] Error 1
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/test/.theos/obj/debug/arm64/Test.dylib' failed
make[2]: *** [/home/test/.theos/obj/debug/arm64/Test.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
yur1xpp commented 6 years ago

I got the same issue on WSL too.

buchwasa commented 6 years ago

I get this issue as well.

kirb commented 6 years ago

Duplicate of #10. Let’s keep this in the one thread.