theos / sdks

Patched sdks that include private framework tbds
Other
585 stars 205 forks source link

Compilation succeed, but link failed. #37

Closed enty8080 closed 3 years ago

enty8080 commented 4 years ago

Error with liblaunch.dylib:

> Making all for tool esplios…
==> Linking tool esplios (armv7)…
ld: in '/usr/lib/system/liblaunch.dylib', missing required architecture armv7 in file /usr/lib/system/liblaunch.dylib (2 slices) for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/enty8080/eggshell/src/esplios/.theos/obj/debug/armv7/esplios] Error 1
make[2]: *** [/Users/enty8080/eggshell/src/esplios/.theos/obj/debug/armv7/esplios] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [ios.all.tool.variables] Error 2

Also there is an error with libcrypto.a:

> Making all for tool esplios…
make[3]: *** No rule to make target `libcrypto.a', needed by `/Users/enty8080/eggshell/src/esplios/.theos/obj/debug/armv7/esplios'.  Stop.
make[2]: *** [/Users/enty8080/eggshell/src/esplios/.theos/obj/debug/armv7/esplios] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [ios.all.tool.variables] Error 2

System:

Compilation succeed, but link failed!

enty8080 commented 4 years ago

HEY @theos

inoahdev commented 4 years ago

@enty8080 Hey, sorry the 9.3 SDK is broken. Switch to 11.2 if you can. The 9.3 SDK has to be regenerated.

enty8080 commented 4 years ago

@theos @inoahdev When iOS 9.3 SDK will be regenerated, it's just that this problem exists for a year.

Unfortunately I can't build my project with 11.2 SDK and 10.3 SDK.

Thanks.