Advertisement
Guest User

PolyPatch transcript

a guest
Feb 27th, 2013
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Ld /Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos/PolyPatch.app/PolyPatch normal armv7
  2. cd /Users/peterkirn/github/pd-for-ios/PolyPatch
  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/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos -F/Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos -filelist /Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Intermediates/PolyPatch.build/Debug-iphoneos/PolyPatch.build/Objects-normal/armv7/PolyPatch.LinkFileList -dead_strip -fobjc-link-runtime -miphoneos-version-min=4.0 -framework AVFoundation -framework AudioToolbox -framework Foundation -framework UIKit -framework CoreGraphics /Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos/libpd-ios.a -o /Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos/PolyPatch.app/PolyPatch
  6.  
  7. ld: warning: ignoring file /Users/peterkirn/Library/Developer/Xcode/DerivedData/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/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/PolyPatch-ehxkontvyfembldxzdaxfllzdcrh/Build/Products/Debug-iphoneos/libpd-ios.a
  8. Undefined symbols for architecture armv7:
  9. "_OBJC_CLASS_$_PdAudioController", referenced from:
  10. objc-class-ref in PolyPatchAppDelegate.o
  11. "_OBJC_CLASS_$_PdFile", referenced from:
  12. objc-class-ref in PolyPatchViewController.o
  13. "_OBJC_CLASS_$_PdBase", referenced from:
  14. objc-class-ref in PolyPatchAppDelegate.o
  15. objc-class-ref in PatchTableViewCell.o
  16. ld: symbol(s) not found for architecture armv7
  17. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement