wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

arm7s support? #14

Closed ghost closed 10 years ago

ghost commented 10 years ago

Does wit.ai support arm7s? When I put it into an IPA it does not let me support arm7s? What is the fix?

blandinw commented 10 years ago

The 1.1.0 and 1.1.1 binaries have arm7s. Here is the output of the file command:

λ file Wit
Wit: Mach-O universal binary with 3 architectures
Wit (for architecture armv7):   current ar archive random library
Wit (for architecture armv7s):  current ar archive random library
Wit (for architecture i386):    current ar archive random library

Are you sure Wit is the problem?

ghost commented 10 years ago

hello can u link me to the wit.framework and wit.bundle that has support for armv7s ?

blandinw commented 10 years ago

I used this one: https://github.com/wit-ai/wit-ios-sdk/releases/download/1.1.1/Wit-1.1.1.zip Let me know how it goes!

ghost commented 10 years ago

I still get errors. What is the issue? 5xhghnd

blandinw commented 10 years ago

So, the .framework does not have arm64 built in yet. You need to set arm7 and arm7s as the valid architectures.

See http://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64

Keep me posted :)

EDIT user got banned from GitHub for profanities and spamming