Question

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
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top