I am programming for an iPod touch 2Gen running iOS 4.2 with XCode 4.1!

The problem is when I try to put my soundboard app on my device (iPod touch 2G 4.2) there is an error message. I know the problem...

I need to put the AVFoundation.framework of the SDK iOS 4.2 but I only have iOs 4.3 in my XCode4 application.

Ld /Users/dangodev/Library/Developer/Xcode/DerivedData/SoundBoard-badytnupmezqhparkfyqaeeejmof/Build/Intermediates/SoundBoard.build/Debug-iphoneos/SoundBoard.build/Objects-normal/armv6/SoundBoard normal armv6
    cd /Users/dangodev/Documents/SoundBoard
    setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -L/Users/dangodev/Library/Developer/Xcode/DerivedData/SoundBoard-badytnupmezqhparkfyqaeeejmof/Build/Products/Debug-iphoneos -F/Users/dangodev/Library/Developer/Xcode/DerivedData/SoundBoard-badytnupmezqhparkfyqaeeejmof/Build/Products/Debug-iphoneos -F/Users/dangodev/Documents/SoundBoard/SoundBoard -filelist /Users/dangodev/Library/Developer/Xcode/DerivedData/SoundBoard-badytnupmezqhparkfyqaeeejmof/Build/Intermediates/SoundBoard.build/Debug-iphoneos/SoundBoard.build/Objects-normal/armv6/SoundBoard.LinkFileList -dead_strip -miphoneos-version-min=4.2 -framework AVFoundation -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/dangodev/Library/Developer/Xcode/DerivedData/SoundBoard-badytnupmezqhparkfyqaeeejmof/Build/Intermediates/SoundBoard.build/Debug-iphoneos/SoundBoard.build/Objects-normal/armv6/SoundBoard

ld: warning: ignoring file /Users/dangodev/Documents/SoundBoard/SoundBoard/AVFoundation.framework/AVFoundation, file was built for unsupported file format which is not the architecture being linked (armv6)
Undefined symbols for architecture armv6:
  "_OBJC_CLASS_$_AVAudioPlayer", referenced from:
      objc-class-ref in SoundBoardViewController.o
ld: symbol(s) not found for architecture armv6
collect2: ld returned 1 exit status

My Question: Where do I get the SDK of iOS 4.2, so that I can upload the App on my device?

link|improve this question
I'm confused, why can't you just use the AVFoundation framework from the 4.3 or 5.0 SDK? Why do you feel that you need to drop back to the 4.2 SDK? – Brad Larson Oct 20 '11 at 18:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.