Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ==> Preprocessing Tweak.x…
  2. ==> Compiling Tweak.x (arm64)…
  3. ==> Linking tweak PurpleSwitch (arm64)…
  4. clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
  5. ld: warning: OS version (6.0.0) too small, changing to 7.0.0
  6. ld: warning: building for iOS, but linking in .tbd file (/Users/holyshitthisworks/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator
  7. Undefined symbols for architecture arm64:
  8. "_OBJC_CLASS_$_SparkColourPickerUtils", referenced from:
  9. objc-class-ref in Tweak.x.32342d0f.o
  10. ld: symbol(s) not found for architecture arm64
  11. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  12. make[3]: *** [/Users/holyshitthisworks/SwitchColor/.theos/obj/debug/arm64/PurpleSwitch.dylib] Error 1
  13. make[2]: *** [/Users/holyshitthisworks/SwitchColor/.theos/obj/debug/arm64/PurpleSwitch.dylib] Error 2
  14. make[1]: *** [internal-library-all_] Error 2
  15. make: *** [PurpleSwitch.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement