Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Making all for tweak Tutorial…  
  2. ==> Linking tweak Tutorial (arm64)…  
  3. ld: malformed file  
  4. /var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd:2:42: error: unknown bit value  
  5. archs: [ armv7, armv7s, arm64, arm64e, i386, x86_64 ]  
  6. ^~~~~~  
  7. file '/var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd'  
  8. clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)  
  9. make[3]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/tutorial/.theos/obj/debug/arm64/Tutorial.dylib] Error 1  
  10. ==> Linking tweak Tutorial (armv7)…  
  11. ld: malformed file  
  12. /var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd:2:42: error: unknown bit value  
  13. archs: [ armv7, armv7s, arm64, arm64e, i386, x86_64 ]  
  14. ^~~~~~  
  15. file '/var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd'  
  16. clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)  
  17. make[3]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/tutorial/.theos/obj/debug/armv7/Tutorial.dylib] Error 1  
  18. make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/tutorial/.theos/obj/debug/arm64/Tutorial.dylib] Error 2  
  19. make[2]: *** Waiting for unfinished jobs....  
  20. make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/tutorial/.theos/obj/debug/armv7/Tutorial.dylib] Error 2  
  21. make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2  
  22. make: *** [/var/theos/makefiles/master/rules.mk:112: Tutorial.all.tweak.variables] Error 2  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement