Why is OpenEars giving over 50 errors within my app in XCode?

404 views Asked by At

Possible Duplicate:
How can I implement voice recognition into my iOS app?

I am trying to implement OpenEars and I have completed all the steps exactly as they state on the website.

Why am I getting the following errors?:

enter image description here

You can see the errors in text only form here.

I am using XCode 4.2 with my iPhone having iOS 5 installed.

I would really appreciate some guidance. Thank you!

1

There are 1 answers

6
Manuel On BEST ANSWER

I would say one of the following things are wrong:

  1. One of the libraries is not or not properly added to the project.
  2. The 'valid architectures' is not set properly (click on the project file (with the blue thing in front) -> select the correct project -> click on build settings). It should probably say armv6 armv7.

These are the only 2 things i can think of.