2

I was trying to write a code to access a card reader. and i have included the framework in my projects but can't solve the linking problem ? Do u have any comments on this pls ?

"_OBJC_CLASS_$_EAAccessoryManager", referenced from: objc-class-ref in iSmartSDK "_EAAccessoryDidConnectNotification", referenced from: -[iSmart init] in iSmartSDK -[iSmart dealloc] in iSmartSDK "_OBJC_CLASS_$_EASession", referenced from: objc-class-ref in iSmartSDK

hab
  • 627
  • 2
  • 9
  • 20

1 Answers1

7

It looks to me as though you aren't linking against the ExternalAccessory framework.

  • thanks a lot, ya I should have included the External Accessory framework into my project. – hab Jun 11 '12 at 16:44
  • Make sure to mark my answer as correct if it solved your problem. –  Jun 11 '12 at 18:18