Guest User

Untitled

a guest
Jan 23rd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Undefined symbols for architecture i386:
  2. "_OBJC_CLASS_$_SSZipArchive", referenced from:
  3. objc-class-ref in ExtractZipFilePlugin.o
  4. ld: symbol(s) not found for architecture i386
  5. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  6.  
  7. /Users/alienware/Desktop/ExtractZipFile/SSZipArchive/Tests/SSZipArchiveTests.m:10:9: 'SenTestingKit/SenTestingKit.h' file not found
  8.  
  9. Undefined symbols for architecture i386:
  10. "_unzClose", referenced from:
  11. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  12. "_unzCloseCurrentFile", referenced from:
  13. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  14. "_unzGetCurrentFileInfo", referenced from:
  15. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  16. "_unzGetGlobalInfo", referenced from:
  17. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  18. "_unzGoToFirstFile", referenced from:
  19. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  20. "_unzGoToNextFile", referenced from:
  21. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  22. "_unzOpen", referenced from:
  23. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  24. "_unzOpenCurrentFile", referenced from:
  25. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  26. "_unzOpenCurrentFilePassword", referenced from:
  27. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  28. "_unzReadCurrentFile", referenced from:
  29. +[SSZipArchive unzipFileAtPath:toDestination:overwrite:password:error:delegate:] in SSZipArchive.o
  30. "_zipClose", referenced from:
  31. -[SSZipArchive close] in SSZipArchive.o
  32. "_zipCloseFileInZip", referenced from:
  33. -[SSZipArchive writeFile:] in SSZipArchive.o
  34. -[SSZipArchive writeData:filename:] in SSZipArchive.o
  35. "_zipOpen", referenced from:
  36. -[SSZipArchive open] in SSZipArchive.o
  37. "_zipOpenNewFileInZip", referenced from:
  38. -[SSZipArchive writeFile:] in SSZipArchive.o
  39. -[SSZipArchive writeData:filename:] in SSZipArchive.o
  40. "_zipWriteInFileInZip", referenced from:
  41. -[SSZipArchive writeFile:] in SSZipArchive.o
  42. -[SSZipArchive writeData:filename:] in SSZipArchive.o
  43. ld: symbol(s) not found for architecture i386
  44. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment