cancel
Showing results for 
Search instead for 
Did you mean: 

IOS Integration error iOS integration

Hello,

 

I am trying to integrate the my iOS application with Authorize.NET AIM. I was using the sample code provided on http://developer.authorize.net/integration/fifteenminutes/ios/. I am stuck at the very first step to include all the header files. 

Do I have to generate the header files using build.sh or they should be already present in the download. I tried to generate the files using build.sh. It creates a folder 'ANPaymentMobileLib' folder but the script stops running with an error saying 'SDK iPhoneos5.0 cannot be located.'

 

If I dont do this and drag the whole downloaded sample project into my project and try to compile it, I get an error libxml not found.

 

I am using Xcode 4.5.1

 

Can you please guide me through this.

 

Thanks.

 

vikram
Member
4 REPLIES 4

Also, when I try to run the SDK I get an error in GDataXML.Node.h 'libxml/tree.h' dile not found.

I have configured for the settings for libxml and also included it in the frameworks but still I have the same error. 

 

Thanks again.

 

 

 

vikram
Member

Ok I made some changes to build.config to point te SDK's to ios 6 but now its giving me the error libxml2/tree.h not found.

Can anyone please guide me?

 

Thanks.

 

vikram
Member

Did you manage to solve this issue?I'm also stuck with it.

Hello @Vijay 

 

Are you using the latest SDK from GitHub? https://github.com/AuthorizeNet/sdk-ios

 

Richard