문제

This is the error message:

ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/Michael/Desktop/Phattie/phattie/SpeechKit.framework/SpeechKit for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Yes, it is a dreaded Mach-O Linker error. I can't stand them. An earlier version of my app worked on my iPhone, I'm just curious as to what's going on, any help appreciated!

  • Michael
도움이 되었습니까?

해결책

You are building your app with the armv7s architecture but the SpeechKit doesn't include such an architecture. Either get an updated version of the framework that includes armv7s or removed armv7s from the list of architectures used by your app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top