Advertisement
Guest User

PdTest02 transript

a guest
Feb 27th, 2013
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Ld /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos/PdTest02.app/PdTest02 normal armv7
  2. cd /Users/peterkirn/github/pd-for-ios/PdTest02
  3. setenv IPHONEOS_DEPLOYMENT_TARGET 4.0
  4. setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  5. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -L/Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos -F/Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos -filelist /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Intermediates/PdTest02.build/Debug-iphoneos/PdTest02.build/Objects-normal/armv7/PdTest02.LinkFileList -dead_strip -fobjc-link-runtime -miphoneos-version-min=4.0 /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos/libpd-ios.a -framework AVFoundation -framework AudioToolbox -framework Foundation -framework UIKit -framework CoreGraphics -framework Foundation -o /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos/PdTest02.app/PdTest02
  6.  
  7. ld: warning: ignoring file /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos/libpd-ios.a, file was built for archive which is not the architecture being linked (armv7): /Users/peterkirn/Library/Developer/Xcode/DerivedData/PdTest02-fiqcyzzeqiqptwariosovzuetgti/Build/Products/Debug-iphoneos/libpd-ios.a
  8. Undefined symbols for architecture armv7:
  9. "_dsp_add", referenced from:
  10. _lrshift_tilde_dsp in lrshift~.o
  11. "_pd_new", referenced from:
  12. _lrshift_tilde_new in lrshift~.o
  13. "_class_addmethod", referenced from:
  14. _lrshift_tilde_setup in lrshift~.o
  15. "_gensym", referenced from:
  16. _lrshift_tilde_setup in lrshift~.o
  17. _lrshift_tilde_new in lrshift~.o
  18. "_OBJC_CLASS_$_PdBase", referenced from:
  19. objc-class-ref in PdTestAppDelegate.o
  20. objc-class-ref in PdTestViewController.o
  21. "_class_domainsignalin", referenced from:
  22. _lrshift_tilde_setup in lrshift~.o
  23. "_outlet_new", referenced from:
  24. _lrshift_tilde_new in lrshift~.o
  25. "_class_new", referenced from:
  26. _lrshift_tilde_setup in lrshift~.o
  27. "_OBJC_CLASS_$_PdAudioController", referenced from:
  28. objc-class-ref in PdTestAppDelegate.o
  29. ld: symbol(s) not found for architecture armv7
  30. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement