Reply To: [Resolved] background noise cancellation

Home Forums OpenEars [Resolved] background noise cancellation Reply To: [Resolved] background noise cancellation

#1023243
foobar8675
Participant

hmm, I just re-downloaded and still am getting a compile issue (below) . Not sure why since I see OpenEars is clearly in the Framework search paths. thoughts? out of curiosity, have you updated to xcode 6.1.1? maybe that is why it’s working for you and not me?

Ld /Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Products/Debug-iphoneos/OpenEarsSampleApp.app/OpenEarsSampleApp normal armv7
cd /Users/matthewchung/Downloads/OpenEarsDistribution/OpenEarsSampleApp
export IPHONEOS_DEPLOYMENT_TARGET=6.0
export 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”
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -L/Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Products/Debug-iphoneos -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/usr/lib/system -F/Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Products/Debug-iphoneos -F../../OpenEarsDistribution/Framework -F../../OpenEarsDistribution/Framework/AcousticModelEnglish.bundle -F../../OpenEarsDistribution/Framework/AcousticModelSpanish.bundle -filelist /Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Intermediates/OpenEarsSampleApp.build/Debug-iphoneos/OpenEarsSampleApp.build/Objects-normal/armv7/OpenEarsSampleApp.LinkFileList -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=6.0 -framework AudioToolbox -framework Slt -framework AVFoundation -framework CoreGraphics -framework UIKit -framework Foundation -framework OpenEars -Xlinker -dependency_info -Xlinker /Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Intermediates/OpenEarsSampleApp.build/Debug-iphoneos/OpenEarsSampleApp.build/Objects-normal/armv7/OpenEarsSampleApp_dependency_info.dat -o /Users/matthewchung/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-ethuwcspbfgfdjbccnjuyixmmfpb/Build/Products/Debug-iphoneos/OpenEarsSampleApp.app/OpenEarsSampleApp

ld: framework not found OpenEars
clang: error: linker command failed with exit code 1 (use -v to see invocation)