arskinner / Appcelerator-CardIO

Appcelerator wrapper for the Card.io credit card scanning library. Use the phone's camera to read credit card numbers and expiration dates.
Other
44 stars 25 forks source link

error normal x86_64 while creating appcelerator module for card.io. #7

Closed pravin-mindstix closed 8 years ago

pravin-mindstix commented 8 years ago

Hi, I am trying to create new appcelerator module using card.io, for that I have added card.io library in Xcode and followed steps accroding to : "https://github.com/card-io/card.io-iOS-SDK ". then making build on xcode and creating appcelerator module using python build.py and extracting folder as per appcelerator docs. (All fine)

When I am importing this module in Appcelerator project and trying to run on simulator its showing me error : [ERROR] : \ BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Intermediates/POC.build/Debug-iphonesimulator/POC.build/Objects-normal/x86_64/POC normal x86_64 [ERROR] : (1 failure)

Also I hit command $ ti-64 --global then it's giving me output as " 1.0.0 armv7 i386 x86_64 arm64 "

I have tried lots of things from google but no luck. Thanks for any help.