Hello,
I am just trying to integrate the SDK of ios to my app, but for test perpus i followed the following step but SDK seems not working
1. I have created the Developer accout at test.authorize.net
2. I download the SDK from the http://developer.authorize.net/downloads/
3. I goto Xcode and select file new project Name: paymentIntegration as saved at desktop
4. Extracted the SDK folder which shows me all files inside this folder anet_ios_sdk-1.1.1/
5. then Drag and Drop to My Project Explorer into Xcode and then
6. http://developer.authorize.net/integration/fifteenminutes/ios/ i followed the step as per this article
7.
SO My setting like this as i saved my project at Desktop
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SenTestCase", referenced from:
_OBJC_CLASS_$_AuthNetUnitTests in AuthNetUnitTests.o
"_OBJC_METACLASS_$_SenTestCase", referenced from:
_OBJC_METACLASS_$_AuthNetUnitTests in AuthNetUnitTests.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
My Xcode Version is : 4.4
IOS Version : 5.1
05-10-2013 12:24 AM
Hi,
It looks like the error you are getting is because you aren't loading the SenTestingKit framework. Our IOS SDK is setup to run unit tests using this framework. To resolve the error, you can either add the SenTestingKit framework, or remove the AuthnetUnitTests files from the project.
Thanks,
Joy
05-15-2013 02:04 PM
I'm having this issue as well.
Getting rid of those files is not the answer.
Please, take a look at this project from github: https://github.com/sibahota059/AuthorizeNetPaymentTest/tree/master
It does not get rid of anything but it's working anyways. Please, I've spent several days trying to resolve this issue and I was wondering if you could have updated steps to get the SDK working on Xcode 5.
I wasn't able to replicate the working example.
When getting rid of the Unit Test Folder, this is what you got:
clang: error: no such file or directory: '/Users/ernestobarron/Developer/Kinektr/iOS/Authorize.NetEBarron/Black011/anet_ios_sdk-1.1.1/AuthNetUnitTests.m'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
06-04-2014 10:51 PM
SenTestingKit is deprecated in Xocde 5. It would appear the SDK is rather out of date.
06-24-2014 09:43 AM
Our latest SDK is available on GitHub at https://github.com/AuthorizeNet/sdk-mpos-ios.
If you still have problems when using this version, I would encourage you to raise an issue on GitHub.
Richard
06-24-2014 10:02 AM