Evernote / evernote-sdk-ios

Evernote SDK for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSocketServer.m references import of TNSFileHandleTransport.h

chriscox opened this issue · comments

There is a build error with v0.1.4 with the 3rdParty thrift classes.

File TSocketServer.m references TNSFileHandleTransport.h which has been subsequently removed in this version.

See line #22:

import "TNSFileHandleTransport.h"

Fixed in version 0.1.5 by removing the unused Thrift/server package. SHA: 618b82b