OBJC_CLASS_$_MTSCRA", referenced from

Posted by user1078841 on Stack Overflow See other posts from Stack Overflow or by user1078841
Published on 2012-06-07T20:41:54Z Indexed on 2012/06/08 16:40 UTC
Read the original article Hit count: 927

Filed under:
|
|

I was trying to make a sample code run download by the link

http://www.magtek.com/support/software/downloads/sw/99510108.zip

This is a card reader api ,here is a sample code.When I run this code I got the error:

ld: warning: ignoring file /Users/gaurav.garg/Downloads/99510108/SampleCode/Lib/libMTSCRA.a, missing required architecture i386 in file
Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_MTSCRA", referenced from:
      objc-class-ref in MagTekDemoAppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The class MTSCRA is only a header file,And the solution that I have cheked That we have to add the .m file in compiled source path of build build phase of target...but unfortunately I don't have the MTSCRA.m file.MTscra.h have the AudioToolBox and externalAccesory framework.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios