entersafe / bR301_iOS

Feitian mobile smartcard reader iOS SDK
GNU Lesser General Public License v2.1
9 stars 15 forks source link

fatal error: 'EADSessionController.h' file not found #6

Open LudovicRousseau opened 8 years ago

LudovicRousseau commented 8 years ago

The file EADSessionController.h has been removed in https://github.com/entersafe/bR301_iOS/pull/5

Please add it again.

LudovicRousseau commented 8 years ago

If I get the file ./libs/source/src/EADSessionController.h from a previous commit I get a compilation error:

bR301_iOS/libs/source/src/ReaderInterface.m:83:5: error: unknown type name 'bR301SessionController'; did you mean 'EADSessionController'?
    bR301SessionController *sessionController = [bR301SessionController sharedController];
    ^~~~~~~~~~~~~~~~~~~~~~
    EADSessionController
In file included from bR301_iOS/libs/source/src/ReaderInterface.m:27:
bR301_iOS/libs/source/src/EADSessionController.h:28:12: note: 'EADSessionController' declared here
@interface EADSessionController : NSObject <EAAccessoryDelegate, NSStreamDelegate> {
           ^
bR301_iOS/libs/source/src/ReaderInterface.m:83:50: error: unknown receiver 'bR301SessionController'; did you mean 'EADSessionController'?
    bR301SessionController *sessionController = [bR301SessionController sharedController];
                                                 ^~~~~~~~~~~~~~~~~~~~~~
                                                 EADSessionController
In file included from bR301_iOS/libs/source/src/ReaderInterface.m:27:
bR301_iOS/libs/source/src/EADSessionController.h:28:12: note: 'EADSessionController' declared here
@interface EADSessionController : NSObject <EAAccessoryDelegate, NSStreamDelegate> {
           ^
2 errors generated.

Please, clone your repository and check you can rebuild the libs project.