wit-ai / wit-ios

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

WitRecordingSession.h missing #46

Closed chendo closed 7 years ago

chendo commented 9 years ago

The 4.1.0 release of the SDK tries to import WITRecordingSession.h which doesn't exist in the zip file.

gruhls508 commented 9 years ago

Just ran into this along with a member of my team.

Euricodev commented 9 years ago

same problem here. If anyone has a clue how to solve this i'll apretiate it.

Martin1982 commented 9 years ago

I can't build my project either with the released SDK. I guess something needs to be fixed.

When cloning the project and building it it works just fine. But I don't know how to build the project to the distributable package. Can anyone elaborate on that?

adeal commented 9 years ago

So is this not being addressed?

adeal commented 9 years ago

I found a fix. Just remove '#import "WitRecordingSession.h"' from the Wit.h file in the Headers folder. It seems they forgot to remove this in the newest release.

smbae commented 8 years ago

just move .h files from 'wit-ios-sdk-4.1.0' --> 'Wit' folder

hactar commented 7 years ago

This is fixed in the current version.